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

fix: custom resource runtime upgrade #12334

Closed
wants to merge 2 commits into from
Closed

Conversation

malcyL
Copy link

@malcyL malcyL commented Jan 23, 2024

AWS is deprecating the node js v16 lambda runtime. This PR upgrades to node 18.

Reading the contribution guide lines here: https://github.com/talis/serverless/blob/main/CONTRIBUTING.md#when-you-propose-a-new-feature-or-bug-fix

There are just a few situations (listed below) in which it is fine to submit PR without a corresponding issue:

  • Documentation update
  • Obvious bug fix
  • Maintenance improvement

I'm classifying this as an "Obvious bug fix/Maintenance improvement" - so there is not an issue number linked to this PR.

This is very similar to #12055 which bumped the version from 12 to 16.

@marslan02
Copy link

Seems duplicate of #12311

@tonivdv
Copy link

tonivdv commented Jan 30, 2024

That will not be enough ... the more correct implementation => #12146

@malcyL
Copy link
Author

malcyL commented Jan 30, 2024

Thanks for looking at this @marslan02 and @tonivdv.

This is a duplicate of #12311 - so I will close it.

#12146 is making the equivalent change in main. This PR , and #12311 are not targeting main. They are merging into the version 2 tag. So I don't think that everything in #12146 is needed for #12311 .

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 this pull request may close these issues.

None yet

3 participants