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

default runtime to nodejs16.x #46

Merged
merged 1 commit into from
Oct 2, 2023
Merged

default runtime to nodejs16.x #46

merged 1 commit into from
Oct 2, 2023

Conversation

SiCoe
Copy link

@SiCoe SiCoe commented Oct 2, 2023

Whilst the app runs on nodejs18.x, the AWS SKD supplied is version 3.x and this app references version 2.x. A lambda layer can be supplied for this to work.

nodejs16.x comes bundled with v2.x of the AWS SDK, so no futher intervention is required; therefore I'm defaulting to nodejs16.x until we move the reference to v3 of the AWS SDK.

Whilst the app runs on nodejs18.x, the AWS SKD supplied is version 3.x and this app references version 2.x. A lambda layer can be supplied for this to work.
nodejs16.x comes bundled with v2.x of the AWS SDK, so no futher intervention is required.
@SiCoe SiCoe requested a review from iress-ac October 2, 2023 15:28
@SiCoe SiCoe merged commit 59cdf41 into master Oct 2, 2023
3 checks passed
@SiCoe SiCoe deleted the fix-aws-sdk branch October 2, 2023 15:36
@4wuyan
Copy link

4wuyan commented Jul 17, 2024

Given nodejs16.x has been deprecated, are there any plan to bump nodejs runtime again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants