-
Notifications
You must be signed in to change notification settings - Fork 427
Feature request: Signing AWS Request #2493
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
Comments
Hi @stephenbawks Thank you so much for opening this issue to add this new support, we really see value in this addition. As I see in #2435, you're using functions provided by However, before we move forward with this new utility, we really need to create an RFC to further discuss this implementation. Imagine we just merged PR #2435, customers start using this and we need to add more features and other utilities related to signed requests or JWT token for example? Will we have problems with changes breaking? Do we already have a good design that allows adding more features? We should have another developer experience for this case? Let me give you a real example why we need an RFC for this: we already have an issue opened that can be added to this new utility - #1174. So, do you think you can start creating an RFC? Can I help you? You can use this RFC as an example to create a new one - #2421. Thank you so much for taking the time to add value to Powertools, it is priceless and I cannot express our gratitude enough. |
I will get it done. |
Assigning to me for review and scheduled for the next iteration cycle starting on Monday :) Appreciate your patience while we had many loose ends to take care of |
I've started the Parameters/Secrets one, once complete we can move to this one. I've tentatively moved to early April as I'll be on holidays too on mid-March |
Use case
Certain AWS Services need to be signed with Signature V4.
https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html
Solution/User Experience
I am proposing adding a new class that will take in the parameters to create this signed request for the end user to simplify it since it is not a very straightforward method and should be made easier.
Alternative solutions
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: