Skip to content

Instantly share code, notes, and snippets.

@theburningmonk
Last active August 3, 2019 21:41
Show Gist options
  • Save theburningmonk/d46255a8884368578780f2236918feab to your computer and use it in GitHub Desktop.
Save theburningmonk/d46255a8884368578780f2236918feab to your computer and use it in GitHub Desktop.
path: /
method: get
service: anchor-example
defaultHttp: &defaultHttp
${file:(./defaultHttp.yml)}
provider:
name: aws
runtime: nodejs8.10
functions:
index:
handler: index.handler
events:
- http:
<<: *defaultHttp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment