Example php scripts making sigv4 signed aws api requests
-
Updated
Jun 11, 2020 - PHP
Example php scripts making sigv4 signed aws api requests
awsSignV4Apigee.js is a Pure JavaScript implementation of AWS Signature Version 4 signing process for use with Amazon Web Services (AWS) APIs.
This module makes it easy to sign AWS requests with the Signature V4 algorithm, using a simple interface. Each request is signed in a separate thread, so that the main thread is not blocked. The module use lru-cache to cache the signing keys, so that the same key is not computed twice.
Signs requests and URLs to Amazon Web Services (AWS) using IAM roles or signed signature versions 2, 3, and 4. Supports S3 and STS, Presigned URLs
AWS V4 authentication for Http4s
Provides feign request interceptors to sign http requests using AWS Signature V4.
A bunch of react stuffs, and AWS as well !!
Environment Agnostic implementation of the AWS Signature v4 Signing Process. Even works with React Native!
Signature Version 4 is the process to add authentication information to AWS requests sent by HTTP.
AWS Core for the XP Framework
Extension to urllib3 adding support for AWS Signature Version 4
AWS Signature V4 API Policy for Anypoint Platform API Manager
the c++ implementation of awsv4 signature
A Flutter package that generates, signs, sends requests to AWS
Amazon Web Services version 4 authentication for the Python httpx library
How to sign a URLRequest and download a file from S3 in iOS.
Generate AWS Signature V4 for AWS low-level REST APIs.
AWS Signature V4 Connector for Mule 4.x
The buttoned-up and boring, but deeply analyzed, implementation of SigV4 in .NET
Add a description, image, and links to the aws-signature-v4 topic page so that developers can more easily learn about it.
To associate your repository with the aws-signature-v4 topic, visit your repo's landing page and select "manage topics."