-
**Description:**
> $subject
Related to: [#166](https://github.com/ballerina-platform/plugin-gradle/issues/166)
-
AWS has introduced [service endpoint env vars](https://docs.aws.amazon.com/cli/v1/userguide/cli-configure-envvars.html)
This allows for setting the following env vars when using aws-sdk-v2:
> AW…
-
According to this document, batchGet should allow up to 100 get requests to be sent in one request instead of 25, please update this description. And if i am wrong, please kindly let me know, thanks.
…
-
A null pointer exception is hit in the dynamoDB enhanced client when performing a put of a map attribute with a null value.
This happens only when using a beanschema, not a staticschema.
## Desc…
xstex updated
7 months ago
-
Mapping of the `Map` where `K` is enum doesn't work.
Example entity:
```
@DynamoDbBean
@Data
public class TestClass {
@DynamoDbPartitionKey
private String id;
private Map ma…
-
**Is your feature request related to a problem? Please describe.**
I want to integrate the chat history of the user - AI conversation and I found out that there is no direct integration with AWS Dyna…
-
### Describe the bug
`DynamoDbEnhancedAsyncClient#createTable()` fails to generate secondary indexes that are defined on annotations of the POJO class.
### Expected Behavior
The sync version …
-
Looks like reads are always eventually consistent for local DynamoDB:
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.UsageNotes.html#DynamoDBLocal.Differences
> R…
-
### Is your feature request related to a problem?
DynamoDB doesn’t have a dedicated datetime data type and it is recommended to use `Number` fields with the Unix timestamp
https://aws.amazon.com/blo…
-
## Describe the bug
While testing a spring boot webflux app inside a EKS cluster I've detected a blocking call within AWS libraries thanks to [BlockHound](https://github.com/reactor/BlockHound).
…
rp199 updated
4 months ago