community.aws
community.aws copied to clipboard
AWS API Gateway Invocation
Summary
Within our automation there are times where we want to simply invoke an AWS API signed with sigV4. Ansible does have a built in uri module but I don't think it doesn't work well with sigV4 auth. Here will be a good place to have this feature implemented.
I double checked that only control-plane operations are supported today for AWS API but no data-plane (calling the API) are supported. I'm actually a little bit surprised but let me know if this is already supported somewhere else.
Issue Type
Feature Idea
Component Name
aws_api_gateway
Additional Information
Similar to what uri module supports but tuned for AWS API with SigV4.
Code of Conduct
- [X] I agree to follow the Ansible Code of Conduct