jorgebastida / gordon

λ Gordon is a tool to create, wire and deploy AWS Lambdas using CloudFormation
Other
2.04k stars 137 forks source link

Fixes bug where triggers don't show in UI. #82

Closed bmcniel closed 8 years ago

bmcniel commented 8 years ago

Currently s3 triggers configured via gordon do not appear in the aws lambda console. Instead the console throws an error when asked to display the triggers.

This sets an optional parameter on the lambda Permission that allows the triggers to display in the UI.

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html

jorgebastida commented 8 years ago

Great! Had no idea why they were not displaying...thanks!