-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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: usage plans support for Api Auth #1179
feat: usage plans support for Api Auth #1179
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1179 +/- ##
===========================================
- Coverage 94.44% 94.42% -0.03%
===========================================
Files 78 78
Lines 4557 4660 +103
Branches 911 929 +18
===========================================
+ Hits 4304 4400 +96
- Misses 119 121 +2
- Partials 134 139 +5
Continue to review full report at Codecov.
|
577ba34
to
80d2cf4
Compare
b60818f
to
90dde9e
Compare
StageName: Prod | ||
Auth: | ||
UsagePlan: | ||
CreateUsagePlan: SHARED |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this not create a UsagePlan now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it creates a usage plan with logical id ServerlessUsagePlan
Issue #, if available:
#1141, #248, #547
Description of changes:
added support for usage plans
Description of how you validated changes:
added test input templates and also deployed the generated templates in CloudFormation and validated
Checklist:
make pr
passesexamples/2016-10-31
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.