Skip to content

Instantly share code, notes, and snippets.

@imewish
Created January 1, 2020 08:02
Show Gist options
  • Save imewish/66b06a2439adcd4e282a3c29af4d3976 to your computer and use it in GitHub Desktop.
Save imewish/66b06a2439adcd4e282a3c29af4d3976 to your computer and use it in GitHub Desktop.
service: serverless-nodejs-api
provider:
 name: aws
 runtime: nodejs10.x
 stage: dev
functions:
 getMsg:
 handler: handler.api
 events:
 - http: GET /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment