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

feat(lambda-event-sources): disable source mapping #10927

Merged
merged 5 commits into from
Oct 23, 2020

Commits on Oct 21, 2020

  1. feat(lambda-event-sources): expose enabled

    Specifically, it enables this flag in the props of which resources use
    an underlying Cfn EventSourceMapping, which carries the Enabled flag
    itself.
    These are currently: SQS, DynamoDb Streams and Kinesis.
    
    Closes aws#5750
    wtho committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    b3af8fb View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Apply suggestions from code review

    Niranjan Jayakar committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    f1ed586 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    233e543 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6e4175 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6742af3 View commit details
    Browse the repository at this point in the history