aws-api-gateway-cli-test icon indicating copy to clipboard operation
aws-api-gateway-cli-test copied to clipboard

A simple CLI to test API Gateway endpoints with IAM authorization

Results 21 aws-api-gateway-cli-test issues
Sort by recently updated
recently updated
newest added
trafficstars

Hiya, another unsolicited pull request, sorry! Super useful test utility, but I'm doing a bunch of JWT authorization based stuff. Originally went with a separate makeJWTRequest() function and bypassed getCredentials...

Hi, been using this a lot recently, super convenient, hoped you might incorporate this little tweak to make it even more so! Included the .config() option in the yargs parameter...

It appears that parameters passed into a GET method call with the --additional-params options are being ignored. I'm able to successfully invoke DELETE, POST, PUT - so my cognito elements...

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.503.0 to 2.814.0. Changelog Sourced from aws-sdk's changelog. 2.814.0 bugfix: Credentials: SDK will throw if shared ini file's profile name can be resolved to proto feature: EC2:...

dependencies

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

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

## I am trying to locally test some IAM roles, however there is a problem regarding the json parsing function to read the body contents passed in the command. However,...

Hi, Right now I'm trying to test a deployment I made where I'm checking if one or more values are present on a specific field in any item. As such,...

help wanted