Skip to content

Instantly share code, notes, and snippets.

@jonfriesen
Created September 12, 2017 04:10
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 jonfriesen/d56d409cabd3281959fa07fd1093625b to your computer and use it in GitHub Desktop.
Save jonfriesen/d56d409cabd3281959fa07fd1093625b to your computer and use it in GitHub Desktop.
service: my-bucket-test
provider:
name: aws
runtime: nodejs6.10
functions:
hello:
handler: handler.hello
events:
- s3:
bucket: testbucket
event: s3:ObjectCreated:*
rules:
- suffix: .csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment