Hi everyone! I am new with Pulumi. I have a troubl...
# general
r
Hi everyone! I am new with Pulumi. I have a trouble when I try to import a Lambda function in AWS. I use
Copy code
pulumi import aws:lambda/function:Function test_lambda my_test_lambda_function
but, this does not work, error: "Preview failed: handler and runtime must be set when PackageType is Zip" I don't have idea how set this parameters or if have other way to import a Lambda. I hope I have explained my problem well, I appreciate any help. Thanks!
b
this looks like an import bug I'm afraid, could you open an issue in github.com/pulumi/pulumi-aws
b
b
ah thanks Piers!
r
Thanks Piers