Skip to content

Instantly share code, notes, and snippets.

@dagrz
Last active June 5, 2016 04:37
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 dagrz/fc15acf656a96caa8470fbafd4ccf228 to your computer and use it in GitHub Desktop.
Save dagrz/fc15acf656a96caa8470fbafd4ccf228 to your computer and use it in GitHub Desktop.
{
"LambdaFunctionConfigurations": [
{
"LambdaFunctionArn": "arn:aws:lambda:[my-region]:[account-id]:function:[my-function]",
"Id": "[my-guid]",
"Events": [
"s3:ObjectCreated:*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment