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 aws-go-lambda build process (reopening PR; accidentally closed) #1766

Closed

Conversation

Luke-Rogerson
Copy link
Contributor

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.

Copy link

github-actions bot commented Jan 9, 2025

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

@Luke-Rogerson
Copy link
Contributor Author

Accidentally closed previous PR - #1677. This PR just fixed merge conflicts.

@Luke-Rogerson
Copy link
Contributor Author

Duplicate. Closing

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