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

chore(release): v2.143.1 #30377

Merged
merged 2 commits into from
May 30, 2024
Merged

chore(release): v2.143.1 #30377

merged 2 commits into from
May 30, 2024

Commits on May 30, 2024

  1. revert: "fix(ses-actions): permissions too wide for S3 action" (#30375)

    ### Issue # (if applicable)
    
    Closes #[30143](#30143).
    
    ### Reason for this change
    
    Fix the below deployment failure
    Deployment fails with a Could not write to bucket error:
    
    1:36:13 PM | CREATE_FAILED | AWS::SES::ReceiptRule | TestRuleSetStoreToBucketRule3E41D5CF
    Could not write to bucket: reprosess3rulestack-testemailstoref58b593c-dxh45g1m3y6b (Service: AmazonSimpleEmailService; Status Code: 400; Error Code: InvalidS3Configuration; Request ID: 817f5520-748b-4bae-b347-ec68df52b675; Proxy: null)
    
    
    This PR reverts the changes introduced in 
    PR #29833
    
    
    ### Description of changes
    
    This PR reverts the change that was made in CDK v2.139.0 to reduce overly broad permissions allocated to SES for the S3 receipt rule action. This resulted in deployment failure where SES is unable to write to s3 bucket.
    
    
    ### Description of how you validated changes
    
    Dry-run for integration tests 
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    shikha372 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    6c716c6 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.143.1

    shikha372 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    eb451cb View commit details
    Browse the repository at this point in the history