Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@codeluggage
Last active January 1, 2019 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeluggage/cc348e56962b9dde5fa8f876e590ee52 to your computer and use it in GitHub Desktop.
Save codeluggage/cc348e56962b9dde5fa8f876e590ee52 to your computer and use it in GitHub Desktop.
service: serverless-django
custom: ${file(./variables.yml)}
provider:
name: aws
runtime: python3.7
functions:
hello:
environment: ${self:custom}
handler: handler.hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment