Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async support? #23

Open
jonathanunderwood opened this issue Jun 25, 2024 · 1 comment
Open

Async support? #23

jonathanunderwood opened this issue Jun 25, 2024 · 1 comment

Comments

@jonathanunderwood
Copy link

While considering leveraging dyntastic for a Litestar based API, I was wondering whether you'd considered enabling async capabilities? I see dyntastic is built on top of boto3, and so perhaps the obvious way to support async would be via aioboto3. Do you have any plans or thoughts in this space?

@jonathanunderwood jonathanunderwood changed the title Async? Async support? Jun 25, 2024
@nayaverdier
Copy link
Owner

@jonathanunderwood Not against it in any way. It likely would be a fairly high effort endeavor though, given async functions and sync functions don't mix well with each other.

One approach would be to create a new AsyncDyntastic class to use as a drop-in replacement of Dyntastic, with all of the methods converted to async methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants