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兩個頭。 例子中經 ...
官網教程中給了簽署AWS請求給了詳細的介紹和python的例子,但是例子針對 DynamoDB API,本例子針對API Gateway的POST請求,並攜帶有 x-amz-security-token、x-amz-content-sha256兩個頭。 例子中經 ...