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

[CHORE] Upgrade Lambdas from deprecated Node.js 16 #280

Open
clokep opened this issue Aug 9, 2024 · 1 comment
Open

[CHORE] Upgrade Lambdas from deprecated Node.js 16 #280

clokep opened this issue Aug 9, 2024 · 1 comment
Assignees
Labels
dependencies Pull requests that update a dependency file

Comments

@clokep
Copy link
Contributor

clokep commented Aug 9, 2024

modules/storage/buckets (and maybe other modules) generate Lambda functions using Node.js 16, which is EOL and deprecated. See deprecated runtimes:

  • Block function create: Feb 28, 2025
  • Block function update: Mar 31, 2025

For modules/storage/buckets we need to upgrade CDK from 2.82.0 to >= 2.87.0 to pick up aws/aws-cdk#26212. Looking quickly it seems there are a few other modules with older CDK versions as well.

@clokep clokep added the bug Something isn't working label Aug 9, 2024
@dgraeber
Copy link
Contributor

dgraeber commented Aug 9, 2024

We will need to look for and update all CDK versions (in requirements.txt and deployspec.yaml) to verify.

@malachi-constant malachi-constant added dependencies Pull requests that update a dependency file and removed bug Something isn't working labels Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

3 participants