Fork me on GitHub
#aws
<
2022-10-05
>
jjttjj14:10:28

Anyone happen to know if the latest version of https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.DownloadingAndRunning.html supports the recent https://aws.amazon.com/about-aws/whats-new/2022/09/amazon-dynamodb-supports-100-actions-per-transaction? I'm using the latest version of the dynamodb local, which was release after that announcement, but am getting

{:__type "com.amazon.coral.validate#ValidationException",
  :Message "Member must have length less than or equal to 25",
  :cognitect.anomalies/category :cognitect.anomalies/incorrect}
When transact-writing more than the old limit of 25. I'm using aws-api with the latest versions and dynamodb release (which also happens after the new transaction increase announcement).

Drew Verlee18:10:46

Which library do you use to talk to aws? 1️⃣ Amazonica 2️⃣ aws-api 3️⃣ both 4️⃣ other?

1️⃣ 3
2️⃣ 18
3️⃣ 3
4️⃣ 5
souenzzo19:10:48

My workflow is Start with aws-api, it is easy and idiomatic. In case of performance issue, or some missing operation, switch to java SDK(only for this operation)

👍 4
Drew Verlee20:10:28

thanks @U2J4FRT2T i have just been using the aws-api, so i was curious about amazonica and why people what people were using it for.

lukasz21:10:51

Java SDK + aws-api in my case

👍 1
Dimitar Uzunov07:10:00

No option for interop so I checked 2 and 4

Dimitar Uzunov07:10:41

But tbh I would take the cognitect lib over interop any time

👍 1