-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[aws-lambda-python] runtime should not be optional #10248
Comments
Sorry no one has responded to this yet @richardhboyd, I've created a PR to fix this. @corymhall feel free to close these out if this is something we don't want to fix |
BREAKING CHANGE: Runtime is now required for `LambdaPython` fixes #10248 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
BREAKING CHANGE: Runtime is now required for `LambdaPython` fixes aws#10248 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
❓ General Issue
By defaulting to Python3.7, we are guaranteeing that a breaking change will happen in the next few years when Python3.7 is EOL'd. While some breaking changes are unavoidable, we shouldn't be forcing our customers into one.
https://github.com/aws/aws-cdk/blob/master/packages/%40aws-cdk/aws-lambda-python/lib/function.ts#L61
The text was updated successfully, but these errors were encountered: