https://github.com/kizza/happy-singing-kids-backend
Backend for Happy Singing Kids
https://github.com/kizza/happy-singing-kids-backend
Last synced: about 1 month ago
JSON representation
Backend for Happy Singing Kids
- Host: GitHub
- URL: https://github.com/kizza/happy-singing-kids-backend
- Owner: kizza
- Created: 2020-06-08T10:06:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:50:59.000Z (over 2 years ago)
- Last Synced: 2025-02-17T04:41:26.743Z (4 months ago)
- Language: TypeScript
- Size: 4.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless Hello World
- Configure `.env` correctly (see aws for fixed arns)
- Configure `.aws/credeitnais` correctly
- `npx sls dynamodb install`
- `yarn` then `yarn start`## Local dev
- Dynamodb `sls dynamodb install`, `sls dynamodb remove`, `sls dynamodb start`
In an effort to understand these technologies better - this is a simple serverless "hello world" app, complete with localstack, webpack and typescript.
- Test the processPayment function (that reads sqs)
`bin/test-sqs`