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

feat(aws-apigateway): add support for UsagePlan, ApiKey, UsagePlanKey #2564

Merged
merged 30 commits into from
May 28, 2019

Commits on Nov 20, 2018

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

Commits on Nov 22, 2018

  1. Update ts documentation for low-level cfn props

    Akkaash Goel committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    9c1bdf4 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. replace UsagePlanKey with UsagPlan.addApiKey

    Akkaash Goel committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    832d09d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

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

Commits on May 7, 2019

  1. pulled upstream master

    Ronald Luitwieler committed May 7, 2019
    Configuration menu
    Copy the full SHA
    6e47171 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Merge branch 'master' of https://github.com/awslabs/aws-cdk

    Ronald Luitwieler committed May 10, 2019
    Configuration menu
    Copy the full SHA
    68c93e1 View commit details
    Browse the repository at this point in the history
  2. update with upstream, add lerna clean

    Ronald Luitwieler committed May 10, 2019
    Configuration menu
    Copy the full SHA
    75aab2a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

  1. Merge branch 'master' of https://github.com/awslabs/aws-cdk

    Ronald Luitwieler committed May 11, 2019
    Configuration menu
    Copy the full SHA
    dbd636f View commit details
    Browse the repository at this point in the history
  2. pulled in upstream

    Ronald Luitwieler committed May 11, 2019
    Configuration menu
    Copy the full SHA
    13f1575 View commit details
    Browse the repository at this point in the history
  3. fix TS9999: JSII errors

    Ronald Luitwieler committed May 11, 2019
    Configuration menu
    Copy the full SHA
    d11c8ca View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. continued working on this PR..

    Ronald Luitwieler committed May 16, 2019
    Configuration menu
    Copy the full SHA
    090da64 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. - specify keys in UsagePlanProps

    - deduce the api from the stage object
    Ronald Luitwieler committed May 17, 2019
    Configuration menu
    Copy the full SHA
    7cc5435 View commit details
    Browse the repository at this point in the history
  2. specify keys in UsagePlanProps

    Ronald Luitwieler committed May 17, 2019
    Configuration menu
    Copy the full SHA
    aa9a03a View commit details
    Browse the repository at this point in the history
  3. refactoring

    Ronald Luitwieler committed May 17, 2019
    Configuration menu
    Copy the full SHA
    d1f8bab View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/awslabs/aws-cdk

    Ronald Luitwieler committed May 17, 2019
    Configuration menu
    Copy the full SHA
    4d656b0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into orangewise/usage-723

    Ronald Luitwieler committed May 17, 2019
    Configuration menu
    Copy the full SHA
    4d066ef View commit details
    Browse the repository at this point in the history
  6. make TS happy

    Ronald Luitwieler committed May 17, 2019
    Configuration menu
    Copy the full SHA
    070578e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2019

  1. remove empty object

    Ronald Luitwieler committed May 18, 2019
    Configuration menu
    Copy the full SHA
    6931471 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2019

  1. fix some linting issues

    Ronald Luitwieler committed May 19, 2019
    Configuration menu
    Copy the full SHA
    93dfcd1 View commit details
    Browse the repository at this point in the history
  2. let build succeed

    Ronald Luitwieler committed May 19, 2019
    Configuration menu
    Copy the full SHA
    c965274 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. export ApiKey

    Ronald Luitwieler committed May 20, 2019
    Configuration menu
    Copy the full SHA
    fd5ff1e View commit details
    Browse the repository at this point in the history
  2. pulled in upstream

    Ronald Luitwieler committed May 20, 2019
    Configuration menu
    Copy the full SHA
    b488719 View commit details
    Browse the repository at this point in the history
  3. merge upstream

    Ronald Luitwieler committed May 20, 2019
    Configuration menu
    Copy the full SHA
    c7b8871 View commit details
    Browse the repository at this point in the history
  4. Delete ln

    orangewise authored May 20, 2019
    Configuration menu
    Copy the full SHA
    360f933 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'orangewise/usage-723' of https://github.com/cloudchefs/…

    …aws-cdk into orangewise/usage-723
    Ronald Luitwieler committed May 20, 2019
    Configuration menu
    Copy the full SHA
    057df82 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. implemented addApiStage

    Ronald Luitwieler committed May 21, 2019
    Configuration menu
    Copy the full SHA
    f65c6fd View commit details
    Browse the repository at this point in the history
  2. Docstrings

    Ronald Luitwieler committed May 21, 2019
    Configuration menu
    Copy the full SHA
    94e9bb5 View commit details
    Browse the repository at this point in the history
  3. document

    Ronald Luitwieler committed May 21, 2019
    Configuration menu
    Copy the full SHA
    6c69a29 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. pull upstream

    Ronald Luitwieler committed May 24, 2019
    Configuration menu
    Copy the full SHA
    431d731 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into orangewise/usage-723

    Ronald Luitwieler committed May 24, 2019
    Configuration menu
    Copy the full SHA
    663458d View commit details
    Browse the repository at this point in the history