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

Merge with upstream #2

Merged
merged 24 commits into from Dec 11, 2019
Merged

Merge with upstream #2

merged 24 commits into from Dec 11, 2019

Conversation

marinpurgar
Copy link
Owner

No description provided.

@marinpurgar marinpurgar merged commit ce2249a into marinpurgar:master Dec 11, 2019
marinpurgar pushed a commit that referenced this pull request Mar 3, 2021
* Update ApiStage to accept a dict for Throttle
The docs are vague (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-usageplan-apistage.html), but
Throttle needs to end up like this in cfn:
```
usagePlan:
  Type: 'AWS::ApiGateway::UsagePlan'
  Properties:
    ApiStages:
      - ApiId: <your API ID>
        Stage: <API Stage>
        Throttle:
          "<resource Path>":  //(for example "/{item}/GET")
            BurstLimit: 10
            RateLimit: 5
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants