Skip to content

Conversation

kakakakakku
Copy link

Hi😀 Thanks for the useful examples!

To prevent future deployment issues, I updated the deprecated Lambda Node.js runtime NodeJS18dX to NodeJS22dX.
See https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html

Check

pulumi up completed successfully and works good.

image
$ curl -s -X GET https://hkwa1f27vb.execute-api.us-east-2.amazonaws.com/stage/example | jq .
{
  "route": "example",
  "affirmation": "Nice job, you've done it! :D",
  "requestBodyEcho": null
}

$ curl -s -X POST https://hkwa1f27vb.execute-api.us-east-2.amazonaws.com/stage/example | jq .
{
  "message": "POST successful"
}

curl -s -X DELETE https://hkwa1f27vb.execute-api.us-east-2.amazonaws.com/stage/example | jq .
{
  "message": "DELETE successful"
}

Thank you😀

Copy link

PR is now waiting for a maintainer to run the acceptance tests.
Note for the maintainer: To run the acceptance tests, please comment /run-example-tests on the PR

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.

1 participant