Hello, how to do `pulumi import` CLI on lambda fun...
# aws
d
Hello, how to do
pulumi import
CLI on lambda function? I keep getting
Copy code
error: aws:lambda/function:Function resource 'lambda-handler' has a problem: Invalid combination of arguments: "filename": one of `filename,image_uri,s3_bucket` must be specified. Examine values at 'Function.Code'.
  error: aws:lambda/function:Function resource 'lambda-handler' has a problem: Invalid combination of arguments: "s3_bucket": one of `filename,image_uri,s3_bucket` must be specified. Examine values at 'Function.S3Bucket'.
  error: aws:lambda/function:Function resource 'lambda-handler' has a problem: Invalid combination of arguments: "image_uri": one of `filename,image_uri,s3_bucket` must be specified. Examine values at 'Function.ImageUri'.