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(apigatewayv2): authorizer is not removed when HttpNoneAuthorizer is used #14424

Merged
merged 11 commits into from
May 12, 2021

Commits on Apr 28, 2021

  1. fix(apigatewayv2): set AuthorizationType explicitly to None

    - CloudFormation will not remove an existing Authorizer
        if AuthorizationType and AuthorizerId are simply removed.
        The AuthorizationType must be explicitly set to NONE
        for CloudFormation to remove the existing Authorizer.
    njlaw committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    2eb6b96 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Update packages/@aws-cdk/aws-apigatewayv2/lib/http/route.ts

    Co-authored-by: Niranjan Jayakar <nija@amazon.com>
    njlaw and Niranjan Jayakar committed May 6, 2021
    Configuration menu
    Copy the full SHA
    64014eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64e6d80 View commit details
    Browse the repository at this point in the history
  3. add missing import

    njlaw committed May 6, 2021
    Configuration menu
    Copy the full SHA
    c90c6a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c29965c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33430e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f34e3f2 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'update-apigwv2auth-to-none' of https://github.com/njlaw…

    …/aws-cdk into update-apigwv2auth-to-none
    njlaw committed May 6, 2021
    Configuration menu
    Copy the full SHA
    12eb38a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    85d35bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3df107f View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

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