Open fsenart opened 8 years ago
31f5dfb Amazon DynamoDB Streams :heavy_check_mark:
The list is missing the following:
I propose to order it and rename the items to match the list on the AWS side, in order to easily keep track on changes on their side.
Integrated missing events and reordered.
For CloudWatch Events, there is something not so clear in the doc. In fact here are a lot of different CloudWatch events, and we should be more specific than the generic documentation and create specific named types for each of them. What do you think?
There are also other events that aren't really documented, but they exist. Examples are those proposed in AWS Lambda test event configuration in the console, like CloudFront or CodePipeline. I think we should gather as much information as possible through the different docs, etc and decide to normalize them and put them here?
Hi @cristim @fsenart , I'd like to add a Alexa Event and response but not sure where to start. Maybe you can help? 😄 My stuff is in https://github.com/lenfree/alexa-fb-lambda/blob/master/build/decode.go#L5.
Hi @lenfree,
First of all thx for your interest in this project and your willingness to contribute. Adding a new event is pretty simple:
Event
, EventRecord
, etc, files doc.go
, decorder,go
, definition.go
, etc.In the meantime, if you need any help, etc please fork the project and I will assist you.
This issue tracks the integration of all AWS Lambda supported events. Feel free to open an issue for any unchecked event that doesn't already have one, but please try to keep discussions in a single issue if possible.
Extensive documentation is mandatory for each event.
To report a bug with a completed feature, please open a new issue for the bug.