one-observability-demo
one-observability-demo copied to clipboard
Stack creation fails when deploying Services stack (issue with creating lambda layer)
Step 2.1C when running
$cdk deploy Services
Stack is being rolled back.
Output
11:33:47 AM | CREATE_FAILED | AWS::Lambda::LayerVersion | s3seederpetadoptionAwsCliLayerA76F30C6
Could not unzip uploaded file. Please check your file, then try to upload again. (Service: AWSLambdaInternal; Status Code: 400; Error Code: Invalid
ParameterValueException; Request ID: f9745e99-cfa6-42f5-a8c0-0d1947a3cd14; Proxy: null)
Output of environment validation
$ aws sts get-caller-identity --query Arn | grep observabilityworkshop-admin -q && echo "You're good. IAM role IS valid." || echo "IAM role NOT valid. DO NOT PROCEED."
You're good. IAM role IS valid.
Same problem here, is there any fix for this issue?
This is already addressed. Let us know if you face this issue again.
@awsimaya what was the resolution??