Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lamarrd/serverless-webapp-starter
Demo repo to go along with a talk at SwampHacks 2020!
https://github.com/lamarrd/serverless-webapp-starter
gitoo probot
Last synced: about 2 months ago
JSON representation
Demo repo to go along with a talk at SwampHacks 2020!
- Host: GitHub
- URL: https://github.com/lamarrd/serverless-webapp-starter
- Owner: LamarrD
- Created: 2020-02-01T07:41:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T05:22:28.000Z (about 2 years ago)
- Last Synced: 2024-07-24T10:32:32.297Z (5 months ago)
- Topics: gitoo, probot
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Create react frontend, create default lambda, create s3 bucket website
```sh
mkdir uf-tech-talk
cd uf-tech-talk
npx create-react-app .
npm run build
serverless create --template aws-python
serverless plugin install -n serverless-s3-sync
# Some, small modifications to serverless.yml, see file
sls deploy
```## Add database (dynamodb) and make the lambda read from it
Demo
## Make frontend hit api gateway
Demo
## Resources/Credit
https://github.com/facebook/create-react-app
https://github.com/k1LoW/serverless-s3-sync
https://www.serverlessops.io/blog/static-websites-on-aws-s3-with-serverless-framework