stevearc / flywheel

Object mapper for Amazon's DynamoDB
MIT License
128 stars 25 forks source link

Stream support #56

Open danfairs opened 7 years ago

danfairs commented 7 years ago

It would be great if flywheel supported the creation of DynamoDB streams.

Has any work been done (or planned) on streams support? It's something I need, and may have time to take a look at integrating directly into flywheel, if you think it's useful. (Until then, I can dive in and do it imperatively through boto.)

stevearc commented 7 years ago

No planned support for streams, but I would be happy to review any pull request that implements it! You could also check out PynamoDB, which has stream support.

numberoverzero commented 7 years ago

There's also bloop which has a very simple Stream API.

I tried looking for stream support in pynamodb but didn't find much: https://pynamodb.readthedocs.io/en/latest/search.html?q=stream&check_keywords=yes&area=default