标签: c++ aws-sdk aws-api-gateway
我正在使用C ++客户端调用AWS API网关功能。目前,我正在使用curl直接将HTTP请求发送到API。我下载了AWS C ++ SDK,可以看到SDK包内有一个“ apigateway”文件夹。
但是,我找不到如何使用此apigateway SDK的任何信息-如何调用API网关功能以及如何与Amazon Signature V4文档中指定的授权集成:
When you use the AWS Command Line Interface (AWS CLI) or one of the AWS SDKs to make requests to AWS, these tools automatically sign the requests for you with the security credentials you specify when you configure the tools
是否有关于如何使用apigateway SDK的信息?