Skip to content

Basic setup for a serverless app using serverless Aurora and the AWS Data API

Notifications You must be signed in to change notification settings

thchia/serverless-aurora-sample

Repository files navigation

Serverless Aurora with Data API

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

Things to Note:

  • The types for data-api-client shown in custom.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.

About

Basic setup for a serverless app using serverless Aurora and the AWS Data API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published