Skip to content

Instantly share code, notes, and snippets.

@rts-rob
Last active September 9, 2017 09:09
Show Gist options
  • Save rts-rob/05768e5339427f21542ab5e0610b3bf3 to your computer and use it in GitHub Desktop.
Save rts-rob/05768e5339427f21542ab5e0610b3bf3 to your computer and use it in GitHub Desktop.
Final serverless.yml
service: dbreset
provider:
name: aws
runtime: nodejs6.10
region: eu-central-1
functions:
reset:
handler: handler.reset
memorySize: 128
events:
- http:
path: reset
method: post
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment