Skip to content
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

Update deprecated Lambda run-times NODEJS_8_10 to NODEJS_10_X #4653

Closed
0xdabbad00 opened this issue Oct 23, 2019 · 1 comment · Fixed by #5075
Closed

Update deprecated Lambda run-times NODEJS_8_10 to NODEJS_10_X #4653

0xdabbad00 opened this issue Oct 23, 2019 · 1 comment · Fixed by #5075
Assignees
Labels
@aws-cdk/aws-lambda Related to AWS Lambda bug This issue is a bug. in-progress This issue is being actively worked on. p1

Comments

@0xdabbad00
Copy link

The Lambda run-time NodeJS 8.10 has been deprecated and you will no longer be able to create new functions with it on January 6, 2020. https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html

This run-time is in use by a number of Lambda functions that the CDK creates. For example:

It is also used by a lot of integration tests. These should all be upgraded to use the latest run-time. AWS has sent out emails to myself and others warning us to upgrade.

@0xdabbad00 0xdabbad00 added the needs-triage This issue or PR still needs to be triaged. label Oct 23, 2019
@SomayaB SomayaB added the @aws-cdk/aws-lambda Related to AWS Lambda label Oct 23, 2019
@SomayaB SomayaB added chore and removed needs-triage This issue or PR still needs to be triaged. labels Oct 23, 2019
@SomayaB SomayaB added the in-progress This issue is being actively worked on. label Oct 24, 2019
@nija-at
Copy link
Contributor

nija-at commented Nov 13, 2019

Hi @0xdabbad00 - Thanks for reporting this issue and apologies for the delayed response here.

We'll get these updated.

@nija-at nija-at added bug This issue is a bug. p1 and removed chore labels Nov 13, 2019
nija-at pushed a commit that referenced this issue Nov 18, 2019
Update NODE_10_X runtime to allow inline code in CloudFormation, per
aws-cloudformation/cloudformation-coverage-roadmap#80.

close #4653, close #4642
nija-at added a commit that referenced this issue Nov 18, 2019
Upgrade all internal uses of node8.10 lambda runtime to node10.x.

This includes all exported constructs that contain a lambda function within them.

Update NODE_10_X runtime to allow inline code in CloudFormation, per
aws-cloudformation/cloudformation-coverage-roadmap#80.

Shout out to @nmussy who got this most of the way (#4655)

close #4653, close #4642
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-lambda Related to AWS Lambda bug This issue is a bug. in-progress This issue is being actively worked on. p1
Projects
None yet
3 participants