Skip to content

Instantly share code, notes, and snippets.

@iDVB
Last active February 19, 2018 03:53
Show Gist options
  • Save iDVB/59c56aac884f9f0a2887707420f9bca9 to your computer and use it in GitHub Desktop.
Save iDVB/59c56aac884f9f0a2887707420f9bca9 to your computer and use it in GitHub Desktop.
service: service-name
provider:
name: aws
runtime: nodejs6.10
region: us-east-1
functions:
hello:
handler: handler.hello
events:
- http:
path: users/create
method: get
resources:
Resources:
NewResource:
Type: AWS::S3::Bucket
Properties:
BucketName: my-new-bucket
Outputs:
NewOutput:
Description: "Description for the output"
Value: "Some output value"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment