Skip to content

Conversation

@jboolean
Copy link
Owner

No description provided.

@chatgpt-codex-connector
Copy link

💡 Codex Review

runtime: nodejs24.x

P1 Badge Backend runtime set to unsupported Node.js 24

The backend Serverless stack now declares runtime: nodejs24.x, but AWS Lambda does not yet offer a Node.js 24 runtime (current supported runtimes stop at Node.js 22), so any deployment will fail with “Runtime nodejs24.x is not supported for functions” before the functions are created. Please keep the runtime at a supported version until AWS releases a 24.x runtime.


runtime: nodejs24.x

P1 Badge Edge lambda switched to unsupported Node.js 24 runtime

The Lambda@Edge configuration is also updated to runtime: nodejs24.x, but Lambda@Edge only supports established runtimes (up to Node.js 22 today); using 24.x will cause serverless deploy to fail when creating the edge function. Keep the edge runtime on a supported Node.js version until AWS publishes 24.x for Lambda@Edge.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@jboolean
Copy link
Owner Author

This is blocked for now due to lack of support for node 24 by Datadog tracing

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.

2 participants