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(bootstrap): rebootstrap breaks container Functions #19446

Merged
merged 3 commits into from Mar 18, 2022

Commits on Mar 17, 2022

  1. fix(bootstrap): rebootstrap breaks container Functions

    Container Functions automatically add a policy to an ECR repository to
    allow Lambda to pull from it; however, when the ECR repository is
    rebootstrapped and has changed, the policy might be overwritten.
    
    Add the policy to the bootstrap stack, so we don't have to rely on
    Lambda to add it and it will survive rebootstraps.
    
    This introduces version 11 of the bootstrap stack. You do not need
    to upgrade to this version unless you are affected by this issue.
    
    Fixes #18473.
    rix0rrr committed Mar 17, 2022
    Copy the full SHA
    910481c View commit details
    Browse the repository at this point in the history
  2. Update packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml

    Co-authored-by: Romain Marcadier <rmuller@amazon.com>
    rix0rrr and RomainMuller committed Mar 17, 2022
    Copy the full SHA
    f672dad View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Copy the full SHA
    d6e1fcc View commit details
    Browse the repository at this point in the history