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(aws-events-targets): centralized module for cloudwatch event targets #2343

Merged
merged 13 commits into from
Apr 22, 2019

Commits on Apr 22, 2019

  1. feat(aws-events-targets): centralized module for cloudwatch event tar…

    …gets
    
    Start moving all implementations of `IEventRuleTarget` into a centralized
    module to adhere with the new AWS Construct Library guideline for integrations.
    
    This change creates the aws-events-targets module and implements the SNS Topic
    integration class.
    
    Subsequent PRs will migrate the rest of the targets into this module.
    Elad Ben-Israel committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    27d670e View commit details
    Browse the repository at this point in the history
  2. update docs

    Elad Ben-Israel committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    d4af390 View commit details
    Browse the repository at this point in the history
  3. feat(aws-iam): PolicyDocument.autoAssignSids

    Move SID assignment from TopicPolicy to PolicyDocument so that it will
    occur after statement deduplication.
    Elad Ben-Israel committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    24001c7 View commit details
    Browse the repository at this point in the history
  4. fix codecommit test

    Elad Ben-Israel committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    78cb56f View commit details
    Browse the repository at this point in the history
  5. move targets to devDep

    Elad Ben-Israel committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    1c10b5a View commit details
    Browse the repository at this point in the history
  6. remove cycle

    Elad Ben-Israel committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    b9bc480 View commit details
    Browse the repository at this point in the history
  7. Rename to targets.SnsTopic

    Elad Ben-Israel committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    60e26f0 View commit details
    Browse the repository at this point in the history
  8. add codebuild

    Elad Ben-Israel committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    c57b5db View commit details
    Browse the repository at this point in the history
  9. update README

    Elad Ben-Israel committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    9676e33 View commit details
    Browse the repository at this point in the history
  10. fix codepipeline actions test

    Elad Ben-Israel committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    4e66b82 View commit details
    Browse the repository at this point in the history
  11. fix test pipeline

    Elad Ben-Israel committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    7dd9495 View commit details
    Browse the repository at this point in the history
  12. add a dependency to decdk

    Elad Ben-Israel committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    3067b6d View commit details
    Browse the repository at this point in the history
  13. update expectation

    Elad Ben-Israel committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    1117024 View commit details
    Browse the repository at this point in the history