Skip to content

Instantly share code, notes, and snippets.

@allenheltondev
Created April 2, 2020 11:52
Show Gist options
  • Save allenheltondev/b2ec881e20ee5ecb533f7a6d424e56a7 to your computer and use it in GitHub Desktop.
Save allenheltondev/b2ec881e20ee5ecb533f7a6d424e56a7 to your computer and use it in GitHub Desktop.
DependencyLayer:
Type: AWS::Serverless::LayerVersion
Properties:
LayerName: dependency-layer
ContentUri: dependencies/
CompatibleRuntimes:
- nodejs12.x
RetentionPolicy: Retain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment