aws-samples / aws-cdk-examples

Example projects using the AWS CDK
Apache License 2.0
4.95k stars 2.1k forks source link

chore(typescript/lambda-layer-stack.ts): update sample to use node 18 (#999) #1007

Closed allipry closed 3 months ago

allipry commented 3 months ago

Fixes #


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

kaiz-io commented 3 months ago

@allipry So the big thing with going to node18_X is that we swap from AWS SDK v2 to v3. The code for lambda also needs to be updated if the code imports the AWS SDK. https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/migrating.html

github-actions[bot] commented 3 months ago

This PR has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.