fluidattacks / makes

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

Upgrade DynamoDB local version #1372

Open juansedo opened 3 months ago

juansedo commented 3 months 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 3 months ago

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