Hi everyone, I’m trying to create an AWS Lambda fu...
# aws
p
Hi everyone, I’m trying to create an AWS Lambda function using Pulumi with the
go1.x
runtime, but I’m encountering the following error:
Copy code
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.
Pulumi’s documentation still suggests using
go1.x
, but it seems AWS no longer supports it. Has anyone else faced this issue? Do you have any recommendations for an alternative runtime? Any guidance would be greatly appreciated. iam using pulumi-aws sdk -> "github.com/pulumi/pulumi-aws/sdk/v6/go/aws/lambda" ref pulumi supported runtimes: https://www.pulumi.com/registry/packages/aws/api-docs/lambda/function/#runtime
lambda creation blocked at feb8 , 2024, if anyone faces with same problem, you guys need to use os-only runtime
1
👀 1
🙌 1