-
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
Add API Key capabilities to AWS::Serverless::Api #547
Comments
Absolutely! We've taken our first steps into Auth with #546 and plan on following up with API Keys, AWS_IAM, and Resource Policies. Thanks for the suntan proposal; I'll tag you when I have an RFC up |
Any update on this? I'd love to do a PR, but unfortunately python is all ancient greek to me - I'd probably set the effort back months if not years. |
Note I added some instructions in #802 for anyone who wants to submit a PR the instructions should be similar. |
Any update on this? |
@mkamioner This is not currently prioritized internally so the fastest way to get it implemented would be for a member of the community to contribute the feature. #827 is a good example PR to follow as the changes needed to implement API key support would touch similar areas of the code. |
We have created an RFC #1141 to support creation of Api keys for Auth with Usage Plans. Please let us know your thoughts on the RFC |
Hi, I was thinking about API key capabilities to
AWS::Serverless::Api
resource.Something like:
That will be translated into:
AWS::Serverless::ApiUsagePlan
could be optional with a default.The current way do the job but it's a little bit more verbose
Does it sound?
The text was updated successfully, but these errors were encountered: