-
### Is your feature request related to a problem?
Official AWS SDK has a size of 37 MB and AsyncAWS only 1,4 MB
### What solution would you like?
Allow to use also the SigV4 logic from AsyncAWS…
-
### What is the problem?
If a role is passed to `EdgeFunction` created in a stack located outside of `us-east-1` it will result in a cyclic dependency error.
### Reproduction Steps
try to deploy th…
-
Given a .sfn config of
```
# This is an auto-generated configuration file for
# the sfn CLI. To view all available configuration
# options, please see:
# http://www.sparkleformation.io/docs/sf…
-
Hey Doug! I've got a quick draft of a SigV4 signer I drew up a while back using *ring*. I haven't really tested it end-to-end, but it might be useful to you!
```rust
use bytes::Bytes;
use ring::{…
-
Currently there is no way to use `sigv4` unless the `host` parameter is passed to `S3Connection`. This means there is no way to use `sigv4` without modifying the calling code.
To use deja-dup with th…
-
I actually dont understand what's happening...
Im getting "Unsupported argument type: ActiveSupport::SafeBuffer. Construct an Arel node instead." when I try to .find my filterrific instance...
…
-
I'm running an `aws-sigv4-proxy` sidecar along with [opencost.io](https://opencost.io) to proxy Prometheus metrics from an AMP workspace endpoint.
I've granted the `aws-sigv4-proxy` container an ob…
-
This client does not provide any out-of-the-box functionality to sign requests to an ElasticSearch cluster (something that the v1 client does provide).
See also #203
At the very least, the offi…
-
Swagger Codegen team,
Would there be any appetite for supporting the ability to sign requests from client SDKs, using Amazon's [Signature V4](https://docs.aws.amazon.com/general/latest/gr/signature…
-
**Describe the bug**
Requests with "connection" header are rejected by API Gateway HTTP API with IAM auth.
**To Reproduce**
* Create an HTTP API in API Gateway (e.g. [`aws apigatewayv2 create…