AWS Lambda Layer Failed to create via AWS Cloudformation

Asked

Viewed 52 times

3

I’m trying to create a AWS Lambda Layer in the AWS Cloudformation, but the following error happens:

Layer Conversion failed: Some Directories do not have execute Permissions; (Service: Awslambdainternal; Status Code: 400; Error Code: Invalidparametervalueexception; Request ID: eff63297-bf71-4578-a665-c493a9fbdb40)

Lambda Layer Definition in Cloudformation Template:

LambdaLayerTest:
      Type: 'AWS::Lambda::LayerVersion'
      Properties:
        CompatibleRuntimes: 
          - nodejs8.10
        Content:
          S3Bucket: cf-us-west-2-test
          S3Key: LambdaLayerTest.zip
        Description: Lambda Layer Test
        LayerName: lambdalayertest
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.