-
I am getting following error when trying to access api gateway through federated identities.
This is the error I am getting
`TypeError: __WEBPACK_IMPORTED_MODULE_2__sigV4Client__.a.newClient(...…
-
Several people are getting this error, but have opened the issue under the wrong project:
https://github.com/AnomalyInnovations/serverless-stack-com/issues/114
TypeError: WEBPACK_IMPORTED_MODULE…
-
I'm trying to use `Dio Interceptors` with `sigv4` library, but it calculates signature wrongly and returns:
`InvalidSignatureError`
```dart
final Dio _dioClient = new Dio();
_dioClient.optio…
-
I get this response: "com.amazon.coral.service#InvalidSignatureException","message":"Credential should be scoped to correct service: 'dynamodb'. "
Here's my code:
var remoteConn = {
'keyId': …
ghost updated
2 months ago
-
Hey everybody,
Just came across AWS Amplify - https://github.com/aws/aws-amplify. I haven't had a chance to play with it yet but it looks really promising. It looks fairly modular so we could even …
-
`sign` extenstion does not work in `example.dart`.
``` dart
Request('GET', Uri.parse(path)).sign(client);
````
Exception
```
Unhandled exception:
FormatException: Invalid empty scheme …
-
```dart
final _sigV4S3Client = Sigv4Client(
keyId: "ACCESS_KEY",
accessKey: "SECRET_KEY",
region: config.region,
serviceName: "s3",
);
final Dio _dioClient = …
-
**Updated**: The update is live. You can view the PR for the update [here](https://github.com/AnomalyInnovations/serverless-stack-com/pull/207). Here are the changes to the [tutorial](https://github.c…
-
### What is the bug?
We are using the `OpenSearch::Aws::Sigv4Client` according to instructions, but we have signature errors when trying to update documents. We are using IAM users.
We have two in…
-
### Update July 19
The guide and the sample projects have been updated. A few links for reference:
- [Tagged version before the change](https://github.com/AnomalyInnovations/serverless-stack-com…