Skip to content

Instantly share code, notes, and snippets.

@merictaze
Created July 3, 2018 07:32
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 merictaze/068004266504369680dbb58c4df2c7e3 to your computer and use it in GitHub Desktop.
Save merictaze/068004266504369680dbb58c4df2c7e3 to your computer and use it in GitHub Desktop.
service: test-serverless
provider:
name: aws
runtime: nodejs8.10
functions:
hello:
handler: handler.hello
events:
- http:
path: ''
method: get
plugins:
- serverless-dynamodb-local
- serverless-offline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment