HENNGE / aiodynamo

Asynchronous, fast, pythonic DynamoDB Client
https://aiodynamo.readthedocs.io/
Other
73 stars 21 forks source link

Add localstack pytest step on CI workflow #131

Closed nicolaszein closed 2 years ago

nicolaszein commented 2 years ago

As mentioned on #53 issue, to be able to support dynamo transaction we need another dynamo emulator because dynalite does not support transaction.

So this PR is adding a step on CI that run tests against a localstack dynamodb.

ojii commented 2 years ago

Thank you @nicolaszein