Skip to content

Instantly share code, notes, and snippets.

@serverlessunicorn
Created September 30, 2019 20:33
Show Gist options
  • Save serverlessunicorn/8969a4034ebfece1258c4b681e2f54c8 to your computer and use it in GitHub Desktop.
Save serverlessunicorn/8969a4034ebfece1258c4b681e2f54c8 to your computer and use it in GitHub Desktop.
TWagnerMediumBlogSampleCFTemplatePart5
NATPunchFunctionPythonDependenciesLayer:
Type: AWS::Serverless::LayerVersion
Properties:
LayerName: natpuncher-python-dependencies
Description: Python module dependencies required by the NATPuncher function
ContentUri: python_dependencies/
CompatibleRuntimes:
- python3.7
RetentionPolicy: Delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment