-
Version: `org.testcontainers:testcontainers-bom:1.16.0`
This works fine:
`new GenericContainer("amazon/dynamodb-local:1.16.0")`
I've been seeing more recommendations to prefer fully qualifie…
-
To resolve `serverless-dynamodb-local` dependency: https://github.com/99x/serverless-dynamodb-local/issues/294
-
Hey guys. I'm using SST on my Next.js app and it's working great, even though I'm getting A LOT of errors like these ones:
```
Routing failed. TypeError: Invalid URL
at new URL (node:internal…
-
Is it possible to use this plugin to turn on a local dynamodb instance using 'sbt run'? Works great for integration tests... but currently in development I need to manually bring up local dynamodb. It…
-
- ACL: IAM, cognito
- Perpetuation: DynamoDB, S3
- other features: Stream Support
- Push Notifications: Amazon Simple Notification Service (SNS)
# Development in local machine
- DynamoDB: dynamodb-loc…
-
Hi guys, does anyone know why the nested query does not work?
my item in dynamodb:
```json
[{
"id": "6606744528803",
"role": {
"name": "user",
}
"created_at": "202…
-
**Actual Behaviour**
Plugin silently failing at installation
`sls dynamodb install`
**Expected Behaviour**
Some feedback when it fails.
**Steps to reproduce it**
* serverless `1.30.…
-
### Terraform Core Version
1.3.5
### AWS Provider Version
4.61.0
### Affected Resource(s)
aws_backup_selection.
Situation:
```terraform
resource "aws_backup_selection" "dynamodb…
-
**Actual Behaviour**
i run `sls dynamodb start` - I populate the database, I stop dynamodb local and run it again, and table is recreated and content wiped.
This is my .yml configuration
```
…
-
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.DownloadingAndRunning.html there's a docker image maintained we could use for tests to connect to.