-
Notifications
You must be signed in to change notification settings - Fork 156
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
AWS lambda Nodejs 22 runtime is missing #4875
Comments
Hey @curtdept, the provider does not automatically pull in new enum values for the lambda runtimes. This is maintained manually at the moment: Lines 227 to 243 in 384111d
I checked pulumi-aws/sdk/nodejs/types/enums/lambda/index.ts Lines 6 to 22 in 9d0a03f
I'm gonna track this as an enhancement and create a PR right away to add this new runtime |
@flostadler thank you :) The 6.62 part was ambiguously worded on my part. I meant the runtime values were also missing in that release. In retrospect, that whole sentence could have been left out :( Apologies. |
This issue has been addressed in PR #4880 and shipped in release v6.64.0. |
Describe what happened
AWS added it to go SDK in https://github.com/aws/aws-sdk-go-v2/blob/release-2024-11-20/service/lambda/CHANGELOG.md#v1670-2024-11-20
That was bumped in the TF provider on hashicorp/terraform-provider-aws@5698f69 and released with 5.77
It doesn't look like the bridge is regenerating this (and other related) file(s)
https://github.com/pulumi/pulumi-aws/blob/master/sdk/nodejs/types/enums/lambda/index.ts
https://github.com/pulumi/pulumi-aws/blob/master/sdk/java/src/main/java/com/pulumi/aws/lambda/enums/Runtime.java
This was present in 6.62 prior to retraction as well.
Sample program
aws.lambda.Runtime.NodeJS22dX
Log output
No response
Affected Resource(s)
No response
Output of
pulumi about
CLI
Version 3.142.0
Go Version go1.23.3
Go Compiler gc
Plugins
KIND NAME VERSION
resource aws 6.62.0
resource aws 6.61.0
resource awsx 2.19.0
resource docker 4.5.7
resource docker 3.6.1
language nodejs unknown
Host
OS ubuntu
Version 22.04
Arch x86_64
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: