Open danfairs opened 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.
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
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.)