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 Runtimes nodejs 12.x #101

Closed
constseche opened this issue Aug 17, 2022 · 1 comment · Fixed by #109
Closed

Update Deprecated Lambda Runtimes nodejs 12.x #101

constseche opened this issue Aug 17, 2022 · 1 comment · Fixed by #109

Comments

@constseche
Copy link

constseche commented Aug 17, 2022

The following stacks:

  1. env-aws-sso-extensions-for-enterprise-preSolutionArtefactsStack
  2. env-aws-sso-extensions-for-enterprise-solutionartefactsStack

create lambda functions (names are env-aws-sso-extensions-fo*) with deprecated runtimes nodejs12.x

we need to update them nodejs16.x

@leelalagudu
Copy link
Contributor

leelalagudu commented Aug 17, 2022

Hi @constseche , we had already updated Lambda runtimes for all lambda functions that are created specifically for the solution. The lambda functions that you see in those 2 stacks using nodejs 12.x are provider functions that CDK deploys by default in an AwsCustomResource construct. We use this for cross-account and region SSM parameter reading

There's already an issue being tracked in aws/aws-cdk#19117 , and as and when the CDK provider is update to a newer runtime, we will upgrade our solution to use that CDK version.

Hope this helps. Please let us know if you need any other data

@leelalagudu leelalagudu mentioned this issue Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants