https://github.com/paujim/auroraserverless
https://github.com/paujim/auroraserverless
aurora aws cdk cdk-examples golang react
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paujim/auroraserverless
- Owner: paujim
- License: mit
- Created: 2020-06-23T19:36:05.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-05T21:54:34.000Z (over 2 years ago)
- Last Synced: 2025-01-29T18:46:45.364Z (5 months ago)
- Topics: aurora, aws, cdk, cdk-examples, golang, react
- Language: Go
- Homepage:
- Size: 881 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS Aurora Serverless
**cdk:**
Creates an aurora serverless cluster (needs nodejs and CDK). The database needs to be manually initialised, the script is located in the lambda directory. You can use the AWS console to run aurora queries.**client:**
A react app with a single table that calls the server. (yarn start to start)**server:**
A Golang server that connects to the cluster created via CDK. The servers require two environmental variables: AURORA_ARN and SECRET_ARN.