We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Successful layer creation
❯ echo ${chromiumVersion} 112.0.0 ❯ aws s3 cp "chromium-v${chromiumVersion}-layer.zip" "s3://${bucketName}/chromiumLayers/chromium-v${chromiumVersion}-layer.zip" upload: ./chromium-v112.0.0-layer.zip to s3://<myBucket>/chromiumLayers/chromium-v112.0.0-layer.zip ~/Development/chrome-aws-lamda-hello-world took 5s ❯ aws lambda publish-layer-version --layer-name chromium --description "Chromium v${chromiumVersion}" --content "S3Bucket=${bucketName},S3Key=chromiumLayers/chromium-v${chromiumVersion}-layer.zip" --compatible-runtimes nodejs --compatible-architectures x86_64 An error occurred (InvalidParameterValueException) when calling the PublishLayerVersion operation: Could not unzip uploaded file. Please check your file, then try to upload again.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Successful layer creation
Current Behavior
The text was updated successfully, but these errors were encountered: