Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jannoelc/savethedate-backend
Backend for https://github.com/jannoelc/savethedate-frontend
https://github.com/jannoelc/savethedate-backend
Last synced: about 2 months ago
JSON representation
Backend for https://github.com/jannoelc/savethedate-frontend
- Host: GitHub
- URL: https://github.com/jannoelc/savethedate-backend
- Owner: jannoelc
- Created: 2024-03-18T09:10:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-18T09:45:31.000Z (10 months ago)
- Last Synced: 2024-03-18T11:08:55.527Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Save the Date Backend
This is a simple Lambda function on AWS that I hacked for a couple of hours as the backend of my [simple RSVP app](https://github.com/jannoelc/savethedate-frontend) for my own wedding. This uses AWS DynamoDB for its data store.
The only dependency that this needs is `aws-sdk` which is directly usable when deploying AWS Lambda functions. I would not recommend to create backend code like this in a production setup. Instead, use robust solutions such as the [Serverless](https://github.com/serverless/serverless) framework.