top | item 42709787

(no title)

throwaway82452 | 1 year ago

> The thing that would put me off using DynamoDB is the same reason I wouldn't use any other tech - can I download it?

Amazon provides a downloadable version for development. I don't know how close it is to the real thing, but it makes it easier to do local dev.

Localstack also supports it in their paid version

discuss

order

dygd|1 year ago

The downloadable version is nowhere near ready for production. It's performance is also excruciatingly slow.

tempworkac|1 year ago

It doesn't really make any sense to use it locally - the whole point is that it's managed. If you just want a clustered key value store you could use Cassandra, Garnet, etc.

snapcaster|1 year ago

It's not supposed to be used for production, it's supposed to be used for development