community.aws icon indicating copy to clipboard operation
community.aws copied to clipboard

AWS API Gateway Invocation

Open Booooooosh opened this issue 3 years ago • 0 comments

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

Booooooosh avatar Nov 15 '21 19:11 Booooooosh