https://pulumi.com logo
Title
p

prehistoric-toddler-40668

11/22/2022, 9:26 AM
Hey everyone, im encountering an issue with aws lambda runtime: in the docs i can see that node16js.x is supported:https://www.pulumi.com/registry/packages/aws/api-docs/lambda/function/ yet when im trying to run the code with the same runtime im getting the following error:
aws:lambda/function:Function resource 'campaign_entity_snapshot_function' has a problem: expected runtime to be one of [nodejs nodejs4.3 nodejs6.10 nodejs8.10 nodejs10.x nodejs12.x nodejs14.x java8 java8.al2 java11 python2.7 python3.6 python3.7 python3.8 python3.9 dotnetcore1.0 dotnetcore2.0 dotnetcore2.1 dotnetcore3.1 dotnet6 nodejs4.3-edge go1.x ruby2.5 ruby2.7 provided provided.al2], got nodejs16.x. Examine values at 'Function.Runtime'.
im running pulumi version 3.47.1. What am i doing wrong?
this is the input:
runtime: "nodejs16.x",
@echoing-match-29901 help please? 😞