This template shows the basic setup to deploy a stack with serverless Aurora on AWS. Featuring:
- Data API to remove the need for Lambda VPC configuration.
- data-api-client to abstract away the verbosity of using the Data API directly.
- Secrets Manager to manage Aurora credentials, using autogenerated password.
- TypeScript
- The types for
data-api-client
shown incustom.d.ts
are incomplete, and based off an open PR. - The resulting endpoints are not protected. There are other resources out there showing how to add auth to serverless endpoints.
- No offline support for the database.