aws-s3-deployment: Creates a custom lambda resource in Python 3.6 which is no longer supported #20491
Unanswered
shwetajoshi601
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @shwetajoshi601 we are aware of the deprecation of Python 3.6 by Lambda. We have a #19988 in the works. Once released, you should be able to upgrade CDK and redeploy. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We are using version 1.112.0 for all our aws cdk modules. The aws-s3-deployment modules is used for creating a serverless deployment bucket.
The code used for the custom resource is using the Python 3.6 runtime of AWS Lambda, this is something internal to the module.
AWS Lambda is no longer going support updates to functions using Python 3.6, how do we make this module create a function in versions higher than 3.6?
Refer to the development section of this version.
v1.112.0
Beta Was this translation helpful? Give feedback.
All reactions