-
Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original post to help the community and maintainers pr…
-
Migrate DB from DreamHost MySQL to AWS-hosted
Candidates suggested so far:
- DynamoDB — Requires complete rewriting of db.py
- [Aurora](https://aws.amazon.com/rds/aurora/pricing/) — Runs MySQL,…
-
## features
As a NoSQL Desktop client, DocKit should be able to connect to DynamoDB, create/edit DynamoDB queries, etc.
### new connection
- [x] When the user clicks `Add New Connection`, the popup p…
-
### Description
Create a lock store using AWS DynamoDB service to port to PHP the Java functionality created by the AWS team themselves with their [DynamoDB Lock Client](https://github.com/awslabs/am…
-
## 1. AWS::DynamoDB::Table-RestoreArn
## 2. Scope of request
AWS::DynamoDB::Table supports PointInTimeRecoverySpecification but it is not possible to gain control of a restored table via Clou…
-
Add support for binding AWS resources to Lambda Funcitons
```ts
await Function("foo", {
bindings: {
MY_TABLE: myTable,
MY_SECRET: alchemy.secret(..)
}
});
```
Similar to how Cloudflare d…
-
### zot version
2.1.2
### Describe the bug
### Problem
I’m running Zot in EKS with IRSA configured via a properly annotated Kubernetes service account. When using the S3 storageDriver, everything w…
-
### Describe the issue
Most of the external documentation seems to indicate that `TableV2` (and `AWS::DynamoDB::GlobalTable`) should be preferred going forward.
* [Announcement blog post](https://aw…
-
### Acknowledgements
- [X] I have searched (https://github.com/aws/aws-sdk/issues?q=is%3Aissue) for past instances of this issue
- [X] I have verified all of my SDK modules are up-to-date (you can…
-
docs: https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_CreateGlobalTable.html
custom resource: https://github.com/vrtdev/custom-resources/tree/master/lambda_code/dynamodb/JoinGlob…