Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event source disabled #690

Merged
merged 3 commits into from
Dec 5, 2018
Merged

Conversation

tryantwit
Copy link
Contributor

Issue #669

Description of changes:
Added Enabled boolean option for SQS, DynamoDB and Kinesis events.
Updated documentation to show support for this property addition.
Modified translator tests to verify that cloudformation templates generate with Enabled as part of AWS::Lambda::EventSourceMapping.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Controls whether the lambda function should begin polling the event
source.
Events that utilize pull are:
* SQS
* DynamoDB Streams
* Kinesis
@keetonian keetonian requested review from brettstack, jlhood and keetonian and removed request for brettstack November 30, 2018 18:32
Copy link
Contributor

@jlhood jlhood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Thanks so much for your contribution!

@Inesa09
Copy link

Inesa09 commented Sep 21, 2022

Isn't it useful to replicate this change for other types of events? Just found it useful for API in my case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants