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

fix(cloudtrail): Invalid resource for policy when using sendToCloudWatchLogs #1851

Merged
merged 2 commits into from
Feb 25, 2019

Commits on Feb 25, 2019

  1. fix(cloudtrail): Invalid resource for policy when using sendToCloudWa…

    …tchLogs
    
    Sets `this.cloudWatchLogsGroupArn` before using it, such that a correct
    resource ARN is used in the policy generated for CloudTrail to be able
    to create and use the required log stream.
    
    Fixes #1848
    RomainMuller committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    0fac1e4 View commit details
    Browse the repository at this point in the history
  2. Remove unneeded privates

    RomainMuller committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    94999da View commit details
    Browse the repository at this point in the history