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(apigatewayv2-authorizers): re-organize authorizer api #17772

Merged
merged 3 commits into from
Nov 30, 2021

Commits on Nov 30, 2021

  1. chore(apigatewayv2-authorizers): re-organize authorizer APIs

    This is a follow on to a previous commit 29039e8.
    
    Update the ergonomics of the authorizer construct APIs to be aligned
    with the rest of the module, specifically the integration construct
    APIs.
    
    The API now takes the construct id and the integration target as part of
    the constructor, instead of in the props class.
    
    In most cases, except in the case of jwt, all properties in the props
    struct become optional, which improves API ergonomics.
    It also removes the need for `authorizerName` property to be required.
    Niranjan Jayakar committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    bcffb22 View commit details
    Browse the repository at this point in the history
  2. update README

    Niranjan Jayakar committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    016b37c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    238be51 View commit details
    Browse the repository at this point in the history