An open API service indexing awesome lists of open source software.

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

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`