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

Feature req: provide an abstraction for 'relational database in lambda' #120

Open
Birowsky opened this issue Mar 20, 2020 · 2 comments
Open

Comments

@Birowsky
Copy link

You've already done a beautiful job when providing dynamodb table as a lambda dependency.

Have you given this a thought for a relational database? Say, Aurora Serverless?

I've been trying to find a definitive answer for how to ideally set up rds for lambda without much success. So I thought there's a chance that you may've looked into this, you know, the regular serverless use case: Api Gateway -> Lambda -> RDS. I pointed out Aurora Serverless because of that 'data api' feature it provides.

Thanx!

@sam-goodwin
Copy link
Owner

sam-goodwin commented Mar 21, 2020

Yeah i so keen to do this too! I've got #112 in the works that'll be tackling this problem exactly - provisioning, schemas and migrations.

Will be getting to that once i finish the AppSync stuff #119. Going to support calling from Lambda or from an AppSync resolver.

@Birowsky
Copy link
Author

Awesome! Since it doesn't say anything about provisioning, do you mind sharing how do you intend to handle the db connection pool?

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