Skip to content

Commit

Permalink
chore: update DynamoDB community module
Browse files Browse the repository at this point in the history
Merge after abhirockzz/dynamodb-local-testcontainers-go#7, and a release is produced
  • Loading branch information
mdelapenya authored Aug 5, 2024
1 parent 99eef53 commit a78bd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dynamodb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ docs:
maintainer: community
example: |
```go
dynamodbLocalContainer, err := dynamodblocal.RunContainer(context.Background(), testcontainers.WithImage("amazon/dynamodb-local:2.2.1"))
dynamodbLocalContainer, err := dynamodblocal.Run(context.Background(), "amazon/dynamodb-local:2.2.1")
```
installation: |
```bash
Expand Down

0 comments on commit a78bd2e

Please sign in to comment.