如何使用AccessKey和SecretKey在AWS中对API网关进行身份验证

时间:2019-08-13 11:38:43

标签: python go aws-sdk aws-api-gateway aws-sdk-go

我有一个API网关,我曾经使用awsauth Python包(如aws4auth)来传递AWS4Auth(AK, SK, region, service=execute-api)(见下文)参数。

但是,我找不到类似的Go软件包。 Go中有任何AWS-SDK吗?

我想在Go中执行的示例Python代码:

from requests_aws4auth import AWS4Auth
awsauth = AWS4Auth(AK, SK, region, service=execute-api)
requests.post(host,auth=awsauth,json=document,headers=headers)

0 个答案:

没有答案