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

refactor(apigateway): API cleanups #2903

Merged
merged 3 commits into from
Jun 18, 2019
Merged

Commits on Jun 18, 2019

  1. refactor(apigateway): API cleanups

    * Fixed formatting
    * Add `vcpLink.addTargets` and made `targets` optional, with a validation error.
    
    BREAKING CHANGE: `MethodOptions.authorizerId` is now called `authorizer` and accepts an `IAuthorizer` which is a placeholder interface for the authorizer resource.
    * **apigateway:** `restapi.executeApiArn` renamed to `arnForExecuteApi`.
    * **apigateway:** `restapi.latestDeployment` and `deploymentStage` are now read-only.
    Elad Ben-Israel committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    a6d7e8e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into benisrae/apigateway…

    …-api-cleanups
    Elad Ben-Israel committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    8080fad View commit details
    Browse the repository at this point in the history
  3. CR fixes

    Elad Ben-Israel committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    8b15c70 View commit details
    Browse the repository at this point in the history