-
**Describe the bug**
Currently the `aioboto3` type generator creates the following _incorrect_ type hint (snippet from `aioboto3-stubs/session.pyi`).
```python
@overload
def resource(
self,…
-
### Description
Amazon DynamoDB now supports a new warm throughput value and the ability to easily pre-warm DynamoDB tables and indexes. The warm throughput value provides visibility into the numbe…
-
### Describe the bug
When trying to reference the table stream from a a table in another stack and using `cdk watch`, I get:
Could not perform a hotswap deployment, because the CloudFormation templa…
-
## :question: General Issue
I got "Cannot perform more than one GSI creation or deletion in a single update" error when I tried to add multiple GSI to dynamodb.
const mainTable = new dynamod…
-
# Issue: Running Basic Example (`BasicPutGetExample`) in AWS Database Encryption SDK for DynamoDB
### Description
I am trying to run the Java basic example `BasicPutGetExample` in the AWS Database…
-
### 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…
-
### Have you experienced this bug with the latest version of the template?
yes
### Steps to Reproduce
Ran the following with `alias pn=pnpm`
```
valbaca@maxbook js % pn dlx create-remix@latest -…
-
### Description
In the AWS Console, when creating or modifying a DynamoDB table, it is possible to define attributes with types such as List, Map, String Set, etc.
Supporting these additional attri…
-
### Describe the feature
`kinesisStream` is lacking the capability to choose the ApproximateCreationDateTimePrecision.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties…
-
### Amplify CLI Version
Amplify Gen 2 ampx v1.0.4
### Question
I have a lambda function which is listening to dynamodb events for one of my tables. Below is a basic example of how my table and fun…