This message was deleted.
# general
s
This message was deleted.
b
the support for lambda runtimes is unfortunately hardcoded as a string in the upstream provider šŸ˜ž you might have more luck with this https://www.pulumi.com/registry/packages/aws-native/api-docs/lambda/
šŸ‘€ 1
s
Cool!! I will check it out. Thx šŸ˜„
I think i have an update on the matter just for recording purposes: • Yes it was a nice suggestion, and a solution that is workable • Is suboptimal since the code was written thinking in the
code?: pulumi.Input<pulumi.asset.Archive>;
and the current aws-native does not handle code attribute only the
content: pulumi.Input<inputs.lambda.LayerVersionContentArgs>;
so you need to create s3 buckets yes or yes Though it is a solution, I think there is either sticking with python 3.9 until further updated or changing the base code && infra to adapt to
aws-native
features