Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
aws-signv4-apigateway
Advanced tools
Sign your request to invoke Amazon API Gateway REST API Endpoint with Signature Version 4
Sign your request to invoke Amazon API Gateway REST API Endpoint with Signature Version 4.
Current limitation of this tool:
ap-southeast-1
region only.There are multiple ways to install this tool. This section will explain to you the options available:
The easiest way is to use install.sh. Just download install.sh to your local machine, add executable permission, and run it!
$ curl -o ~/Downloads/install-aws-signv4-apigateway https://raw.githubusercontent.com/rafikurnia/aws-signv4-apigateway/master/install.sh
$ chmod +x ~/Downloads/install-aws-signv4-apigateway
$ ~/Downloads/install-aws-signv4-apigateway
install.sh will:
You can use pip
and virtualenv
. Create a new virtual environment, then activate the environment and use this command to install:
$ pip install aws-signv4-apigateway
Or you can do it without virtualenv
. sudo
most likely be required:
$ sudo pip install aws-signv4-apigateway
Before using this tool, make sure you set AWS Credentials on your OS Environment Variables:
$ export AWS_ACCESS_KEY_ID=your_access_key_id
$ export AWS_SECRET_ACCESS_KEY=your_secret_access_key
After that, you can use this tool:
$ aws-signv4-apigateway <rest-api-endpoint>
Or you can use it with tools to assume role like awsudo:
$ awsudo -u PROFILE_NAME -- aws-signv4-apigateway <rest-api-endpoint>
Apache 2 Licensed. See LICENSE for full details.
FAQs
Sign your request to invoke Amazon API Gateway REST API Endpoint with Signature Version 4
We found that aws-signv4-apigateway demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.