-
I have a fairly simple test but when I try to use the package I get a corruption error, any ideas?
Sample code below:
```nodejs
const chai = require('chai');
chai.should();
const AWS = requ…
-
I've connected Superset to DynamoDB using the PyDynamoDB driver. However, when I try to query DynamoDB through Superset, I find that it lacks several functions such as "split" and "replace," which pre…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
**Actual Behaviour**
When I run `npm install` as directed in the README, I get the version 0.2.40 installed. This version doesn't handle the `docker` flag mentioned in the README as well, and in th…
-
Hello,
I have an appsync service with appsync simulator to make it work locally.
I'm using the substitution , same way as the readme :
```
service: dmkt-gql
plugins:
- serverless-web…
-
### Question 💬
I'm implementing the dynamodb adapter (okta as provider) and running local tests I get this error:
`adapter_error_getsessionanduser One or more parameter values were invalid: Size o…
-
`dynamodb-streams-kinesis-adapter` has included as a test-only dependency in its POM [`DynamoDBLocal`](https://mvnrepository.com/artifact/com.amazonaws/DynamoDBLocal). I have noticed at work, as we us…
-
I'm successfully able to connect with DynamoDB from my local and through the policy simulator. However, pynamodb gives this error when connecting through the AWS Lambda function.
IAM Policy:
```…
-
Hi, I'm trying to add a database (dynamodb) into my serverless file, however I get this error:
```
error:
TypeError: childComponentInstance.init is not a function
at Template.load (/usr/l…
-
First, thanks for this utility! I noticed with `aws-shell` you can still pass in all the standard arguments for commands which includes endpoint mapping for local utility alternatives (e.g. dynamodb-l…