aws4 icon indicating copy to clipboard operation
aws4 copied to clipboard

Signs and prepares Node.js requests using AWS Signature Version 4

Results 51 aws4 issues
Sort by recently updated
recently updated
newest added

I use aws4 to sign my request to send to dynamodb service It works when I use a simple dynamodb URL but its not work when I replace the host...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Added a fix when a header value is undefined. This way we don't try and run a `.toString` on an undefined value 😎 This was in response to the issue...

## Description When I was using this on one of my services I have a collection of headers that I need to include when passing the request along to the...

One not so common but pretty handy use-case for this library is not modifying requests to be done right now, but generating pre-signed links that contains parameters and signing information...

If I have an EC2 instance running with an IAM role attached to the instance profile that gives the instance permission to hit a certain API, I would want the...

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

## Background Signing AWS API GW requests works locally but not on CodeBuild. After spending MANY hours on this (still crying about it). I think I know what is happening....

Awesome tool, one thing I struggled with was understanding what I all need for the options until I found this https://docs.aws.amazon.com/general/latest/gr/reference-for-signature-version-4.html. I think it would definitely help others linking to...

Is there a way to upload image files using `aws4`? I'm selecting the image file from the standard `` and I would like to pass the image file to my...