Skip to content

Instantly share code, notes, and snippets.

@gwsu2008
Created August 9, 2020 15:13
Show Gist options
  • Save gwsu2008/47f2eb2ce25b0b7ab4bbf508fee7acbc to your computer and use it in GitHub Desktop.
Save gwsu2008/47f2eb2ce25b0b7ab4bbf508fee7acbc to your computer and use it in GitHub Desktop.
Cloudformation-Lambda-Layers.yml
MyLayer:
Type: AWS::Lambda::LayerVersion
Properties:
CompatibleRuntimes:
- python3.6
- python3.7
Content:
S3Bucket: my-bucket-us-west-2-123456789012
S3Key: layer.zip
Description: My layer
LayerName: my-layer
LicenseInfo: MIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment