Created
September 21, 2016 14:52
-
-
Save yurenju/4dfbe101381f5b2aba95817b6b510639 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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