Skip to content
/ cold1 Public

Demo that shows cold start time of AWS Amplify down to database. 🍺

Notifications You must be signed in to change notification settings

zootella/cold1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How quick, simple, and cheap can the web2 stack be in 2023? Part of the larger experiment organized at coldstart.

This is 🍺 cold1.cc on AWS Amplify

Commands to make

$ npx create-react-app cold1
$ cd cold1

$ git remote add origin [email protected]:zootella/cold1.git
$ git branch -M main
$ git push -u origin main

Commands to use, standard webpack from create react app. Pushing to GitHub starts AWS build and deploy.

$ npm run start (to have webpack compile, complain, and serve)
$ npm run build (to have webpack compile and complain like aws will)
$ serve -s build (to serve the build folder of compiled static assets)

Locations

About

Demo that shows cold start time of AWS Amplify down to database. 🍺

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published