Created
September 8, 2018 18:57
-
-
Save barograf/50710e0e0a6935e3adea1cf9cbf40e51 to your computer and use it in GitHub Desktop.
Hello world Lambda provisioning
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: hello-world | |
provider: | |
name: aws | |
runtime: nodejs8.10 | |
stage: dev | |
region: us-east-1 | |
functions: | |
api: | |
handler: index.handler | |
events: | |
- http: ANY / | |
- http: 'ANY {proxy+}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment