examples
examples copied to clipboard
Use `provided.al2` AWS Go Lambda runtime to fix build process
What?
This PR updates this example to use the now required provided.al2 AWS Go Lambda runtime, along with necessary related changes.
Why?
Running pulumi up in this example results in the following error:
InvalidParameterValueException: The runtime parameter of go1.x is no longer supported for creating or updating AWS Lambda functions.
We recommend you use a supported runtime while creating or updating functions.
go1.x runtime Lambdas must now be migrated to provided.al2023 or provided.al2 runtimes.
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
Bump! 😃
Anyone?!
Can I get a review?
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
can you rebase real quick and I will /run-example-tests?
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
can you rebase real quick and I will
/run-example-tests?
Thank you, sir. I have rebased.
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
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
Thank you for you contribution. These look good to me. Once the tests run I will merge.
Great! Seems some issue loading AWS credentials in the tests btw
/run-example-tests
@Luke-Rogerson looks like I am going to have to pull you into a local branch to run it.