Python编写AWS Version 4 signing (AWS4-HMAC-SHA256) for execute-api
官网教程中给了签署AWS请求给了详细的介绍和python的例子,但是例子针对 DynamoDB API,本例子针对API Gateway的POST请求,并携带有 x-amz-security-token、x-amz-content-sha256两个头。 例子中经 ...