i’m trying to create a lambda function written in ...
# golang
a
i’m trying to create a lambda function written in go, via pulumi-go. i’m trying to figure out the valid values for the
Runtime
attribute of
lambda.FunctionArgs
, and the docs say “See [Runtimes][6] for valid values,” but I can’t find this anywhere (it’s not linked on godoc.org). any ideas?
b
Apologies for this - there is an open issue here - the strings are here: https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/aws/lambda/#Runtime
a
thanks @broad-dog-22463
b
👍 sorry for the broken link - I promise we will try and get that fixed asap