fluidattacks / makes

A software supply chain framework powered by Nix.
https://makes.fluidattacks.tech/
MIT License
434 stars 43 forks source link

Upgrade DynamoDB local version #1372

Open juansedo opened 1 month ago

juansedo commented 1 month ago

Context

Current supported version of DynamoDB local is old. Some features of new versions, like the ReturnValuesOnConditionCheckFailure feature, are missing due to this.

There's a changelog about DynamoDB local versions to understand the implications and new features.

Proposal

Consider to force the latest version by default and allow users to select the version of DynamoDB local.

dsalaza4 commented 1 month ago

I would rather deprecating it altogether and simply move this logic to integrates itself.