Skip to content

Instantly share code, notes, and snippets.

@yurenju
Created September 21, 2016 14:52
Show Gist options
  • Save yurenju/4dfbe101381f5b2aba95817b6b510639 to your computer and use it in GitHub Desktop.
Save yurenju/4dfbe101381f5b2aba95817b6b510639 to your computer and use it in GitHub Desktop.
service: aws-nodejs
provider:
name: aws
runtime: nodejs4.3
stage: beta
region: us-west-2
package:
include:
- .env
functions:
receive:
handler: handler.receive
memorySize: 256
events:
- http: POST receive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment