-
TypeScript generator lacks support for signing apis with AWS v4 generator.
This generator lacks `withAWSV4Signature` which indicates whether to include AWS v4 signature support. This feature is av…
-
i am getting the below error any idea?
{
"errorMessage": "Not a string or buffer",
"errorType": "TypeError",
"stackTrace": [
"Hash.update (crypto.js:240:17)",
"Object.util.crypto.hash (…
-
Hi!
I'm trying to get this to work with a lambda. My setup is:
```
outboundLambdaMessage
POST
RequestResponse
{"name":"f…
-
### Checkboxes for prior research
- [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJav…
-
### Describe the issue
Previously there was some documentation at https://github.com/awslabs/aws-sdk-rust/blob/060d3c5a22a0b559cc459cbdbbe80b28685630c5/sdk/aws-sig-auth/src/lib.rs that defined how …
-
### Use case
Certain AWS Services need to be signed with Signature V4.
https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html
### Solution/User Experience
I am p…
-
Please specify whether your issue is about:
- [ ] a possible bug
- [ ] a question about package functionality
- [X] a suggested code or documentation change, improvement to the code, or featur…
-
Looks like AWS finally deprecated all the APIs. Everything will break irreparably. If anyone wants to fix, it’s probably best to start from scratch on top of aws.signature given the current API versio…
-
We are generating presigned s3 urls on EC2 instances using the auth details of the instance's IAM role, and providing the region as a parameter when calling `aws s3 presign ...`, so the only reason we…
-
I was digging through some of my notes from originally building the S3 functionality and dug this up. Amazon provides a test suite for AWS signature libraries. It might make sense to use it.
http:/…