James Saryerwinnie
James Saryerwinnie
Looks like there's some issues with the pylint specific to python3.12 that I'll need to track down. Otherwise the feature itself seems to be working (I can deploy python3.12 apps...
Quick update, python 3.7 has been deprecated for a few months now and haven't seen any issues in the SDK/other projects so I think we should be good to move...
Py37 dropped in https://github.com/aws/chalice/pull/2095, going to rebase now and should be able to get a clean run through CI.
@duaneking Can you elaborate on what specifically is a must have feature? Being able to access RDS or the partial deploys not being cleaned up properly (https://github.com/aws/chalice/issues/1340). @mchassy It looks...
Thanks for the feedback @duaneking, this is really helpful.
So while I'd like to make it possible to manage RDS with Chalice, to help with your immediate need, would an doc/code example that walks through how to use RDS...
Got it, so have some easy way to say that a lambda function should have access to an RDS instance in your app, and then have chalice configure the appropriate...
Nice, I'll look into adding this today.
That's a good point about the docs, I'll get that updated. We should document and potentially warn/validate if you set a timeout that's larger than the API gateway timeout. However,...
Labeling as feature request.