Last active
January 1, 2019 20:39
-
-
Save codeluggage/cc348e56962b9dde5fa8f876e590ee52 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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