https://pulumi.com logo
#golang
Title
a

astonishing-spoon-27005

12/04/2019, 4:09 PM
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

broad-dog-22463

12/04/2019, 4:16 PM
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

astonishing-spoon-27005

12/04/2019, 4:39 PM
thanks @broad-dog-22463
b

broad-dog-22463

12/04/2019, 4:42 PM
👍 sorry for the broken link - I promise we will try and get that fixed asap
3 Views