-
I use this package to send post request to Lex service like this :
```
Sigv4Client client = Sigv4Client(
keyId: kAccessKey,
accessKey: kSecretKey,
region: 'us-east-1',
…
-
Currently it is not possible to connect to MQTT if user has incorrect time settings on his machine.
Please add handling for `systemClockOffset` like is implemented in https://github.com/kndt84/aws…
-
```
export function apiRequest(options, cred, result, error) {
var apigClientFactory = require("aws-api-gateway-client").default;
var apigClient = apigClientFactory.newClient({
invokeUrl: …
-
Hi,
just tried your class and it has at least two bugs. Doesnt work w/o modifications! I can pinpoint a few:
198: const path = awsSigV4Client.pathComponent + request.path;
needs to be:
198; co…
-
Hi again!
I'm trying to generate the AWS logs api for Cloudwatch and I'm getting the following error. I think it's due to the version of sigv4 being used.
```dart
// Line client.dart:117-118
h…
-
I'm trying to use the package to make a call to SageMaker but I'm getting a signature does not match error.
Here's the relevant code snippet:
```
final client = Sigv4Client(
keyId: '',
…
-
@jonsaw great demo. Thanks for sharing.
I'm trying to call APPSYNC using this package in the example project. I'm guided by the example Appsync use case in @ncb000gt pull request.
Below is the `…
idkjs updated
4 years ago
-
Trying to make requests from s3 bucket but i got the message:
x-amz-content-sha256 must be UNSIGNED-PAYLOAD, STREAMING-AWS4-HMAC-SHA256-PAYLOAD, or a valid sha256 value
the _no_payload value on …
-
Hello.
I am glad to see this plugin. Thanks again.
This is more my ignorance question.
I am trying to follow this https://github.com/arnemolland/sigv4/blob/master/example/example.dart
I am tr…
-
There are many comments including from Lynn Langit "that multi-function Lambda functions are an anti-pattern". https://www.youtube.com/watch?v=PgZ2dxnj734 Time 33:50
However, she then goes on to ta…