plain-vegetable-53232
08/27/2024, 6:06 AMgo1.x
runtime, but I’m encountering 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.
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/#runtimeplain-vegetable-53232
08/27/2024, 8:12 AM