Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Created August 9, 2019 11:41
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 luandevpro/5fedf59b67dbd95831006c13f9b1e0c4 to your computer and use it in GitHub Desktop.
Save luandevpro/5fedf59b67dbd95831006c13f9b1e0c4 to your computer and use it in GitHub Desktop.
service: express-serverless
provider:
name: aws
runtime: nodejs10.x
stage: dev
region: us-east-1
functions:
hello:
handler: handler.hello
events:
- http:
path: users/getUser
method: post
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment