Skip to content

Commit

Permalink
Update AwsDynamoDbKeyValue.md
Browse files Browse the repository at this point in the history
  • Loading branch information
byjg committed Jan 16, 2024
1 parent b437e0e commit 77a755d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/AwsDynamoDbKeyValue.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dynamodb://AKA12345678899:aaaaaaaaaaaaaaaaaaaaaaaaa@us-east-1/mytable
```

You can add any extra arguments supported by the DynamoDB api. You can get a full list here:
- https://docs.aws.amazon.com/aws-sdk-php/v3/api/class-Aws.AwsClient.html#___construct
- [https://docs.aws.amazon.com/aws-sdk-php/v3/api/class-Aws.AwsClient.html#___construct](https://docs.aws.amazon.com/aws-sdk-php/v3/api/class-Aws.AwsClient.html#___construct)

One of the most populars is the parameter `endpoint` where we can set a custom endpoint to access
an DynamoDB compatible interface.
Expand Down Expand Up @@ -142,8 +142,8 @@ print_r($iterator->toArray());

## Further reading

- [https://docs.aws.amazon.com/aws-sdk-php/v2/guide/service-dynamodb.html]()
- [https://docs.aws.amazon.com/aws-sdk-php/v2/api/class-Aws.DynamoDb.DynamoDbClient.html]()
- [https://docs.aws.amazon.com/aws-sdk-php/v2/guide/service-dynamodb.html](https://docs.aws.amazon.com/aws-sdk-php/v2/guide/service-dynamodb.html)
- [https://docs.aws.amazon.com/aws-sdk-php/v2/api/class-Aws.DynamoDb.DynamoDbClient.html](https://docs.aws.amazon.com/aws-sdk-php/v2/api/class-Aws.DynamoDb.DynamoDbClient.html)

----
[Open source ByJG](http://opensource.byjg.com)
[Open source ByJG](http://opensource.byjg.com)

0 comments on commit 77a755d

Please sign in to comment.