Skip to content

Instantly share code, notes, and snippets.

@barograf
Created September 8, 2018 18:57
Show Gist options
  • Save barograf/50710e0e0a6935e3adea1cf9cbf40e51 to your computer and use it in GitHub Desktop.
Save barograf/50710e0e0a6935e3adea1cf9cbf40e51 to your computer and use it in GitHub Desktop.
Hello world Lambda provisioning
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