aws4-axios icon indicating copy to clipboard operation
aws4-axios copied to clipboard

Axios request interceptor for signing requests with AWSv4

Results 62 aws4-axios issues
Sort by recently updated
recently updated
newest added

Bumps [@aws-sdk/client-sts](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sts) from 3.8.1 to 3.198.0. Release notes Sourced from @​aws-sdk/client-sts's releases. v3.198.0 3.198.0(2022-10-27) Chores endpoint: add spacing to debug output (#4108) (15ebddae) fix formatting with prettier (#4087) (6bfdb02f) scripts:...

dependencies

Bumps [@aws-sdk/client-cloudformation](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudformation) from 3.4.1 to 3.198.0. Release notes Sourced from @​aws-sdk/client-cloudformation's releases. v3.198.0 3.198.0(2022-10-27) Chores endpoint: add spacing to debug output (#4108) (15ebddae) fix formatting with prettier (#4087) (6bfdb02f) scripts:...

dependencies

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.25 to 18.11.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=14.14.25&new-version=18.11.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

using the example ``` const axios = require("axios"); const aws4Interceptor = require("aws4-axios").aws4Interceptor; const interceptor = aws4Interceptor({ region: "eu-west-2", service: "execute-api", }); axios.interceptors.request.use(interceptor); axios.get("https://example.com/foo").then((res) => { console.log(res); }); ``` with latest...

Bumps [serverless](https://github.com/serverless/serverless) from 2.43.1 to 3.23.0. Release notes Sourced from serverless's releases. 3.23.0 (2022-10-11) Features AWS CloudFront: Allow legacy behavior configuration (#11411) (65e9860) (Arthur Weber) AWS Kafka: Support consumerGroupId option...

dependencies

It looks like `AssumeRoleCredentialsProvider` assumes the credentials are coming from the environment, and there is no way to pass them explicitly. The entry point is here, which decides whether to...

Bumps [jszip](https://github.com/Stuk/jszip) from 3.6.0 to 3.10.1. Changelog Sourced from jszip's changelog. v3.10.1 2022-08-02 Add sponsorship files. If you appreciate the time spent maintaining JSZip then I would really appreciate your...

dependencies

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.4.5 to 19.0.5. Release notes Sourced from semantic-release's releases. v19.0.5 19.0.5 (2022-08-23) Reverts Revert "fix(deps): update dependency yargs to v17" (#2534) (8f07522), closes #2534 #2533 v19.0.4 19.0.4...

dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies