Can someone help, Im not able to send post request to AWS certificate manager.
damras opened this issue · 0 comments
damras commented
Hi, all I just started working with amazon and I want automate some thing for which I need to make api calls to AWS ACM to issue certificate, list, get etc.. I found aws-sigv4-proxy a solution for my workflow which will add aws signature to my calls but Im not able make the call to acm using post request as I am new to this tool.
Can some one provide examples with curl cmd to send request to acm api, just like we have some examples in this repo read me file related to SQS, S3... I am trying to use this api: https://docs.aws.amazon.com/acm/latest/APIReference/Welcome.htmlhttps://docs.aws.amazon.com/acm/latest/APIReference/Welcome.html
I will really appreciate all the help.