Serverless forms using Go, Lambda, React and NeonDB
This repository supports this video.
This folder contains the lambda function and SAM templates.
Make sure to modify the environment variables in template.yaml!
To create:
sam build
sam deploy --guidedTo update:
sam build && sam deployTo delete:
sam deleteThis folder contains the ReactJS frontend.
Don't forget to update the API Gateway endpoint URL with the output of the SAM deploy command!
Run:
npm install
npm run start