-
### Describe the bug
I know it is a bit early for 3.16.0, but we want to report it anyway.
We have a native build for an AWS Lambda using Funqy. Since 3.16.0 it fails with:
```java
Error: Discovered …
-
Create an AWS Lambda function. This Lambda function needs to process images uploaded to an S3 bucket, extract faces using Amazon Rekognition, and update a DynamoDB table with the detected face IDs and…
-
I noticed an issue with create/update methods where Model fields with `type: Object` that have empty strings are being removed unless you use the `nulls: true` param. For example:
```javascript
// m…
-
Hi 👋 I would like to create a sparse Index (GSI). The partition key of the sparse index should be the same as partition key from the table.
```kotlin
const val SPARSE_INDEX = "sparse-index"
@D…
-
1. Go through official docs
2. Create notes
-
### Description
OpenSearch integration is now generally available https://aws.amazon.com/blogs/aws/amazon-dynamodb-zero-etl-integration-with-amazon-opensearch-service-is-now-generally-available/
R…
-
-
# Description
Hi, I noticed that Amazon S3 supports condition write now (https://aws.amazon.com/about-aws/whats-new/2024/08/amazon-s3-conditional-writes/). Is it possible to utilize this feature to…
-
Hi,
I'm trying to compile dynamodb-enhanced client with Graalvm 21.1 and awssdk.version=2.16.50
Here the code:
` DynamoDbTable dynamoDbTable = dynamoDbEnhancedClient.table(TABLE_NAME, TableSchem…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
Hi👋
When using Amazon DynamoDB TTL to automatically delete items and send them to…