Follow the step-by-step guide to build your first serverless full-stack web app on AWS.
Learn how to wire a React frontend to an AWS Lambda API backed by a DynamoDB database.
Add user sign-up and login to a web app using AWS Cognito.
Contribute a chapter fix or clarification to an open-source developer tutorial.
| anomalyco/guide | officedev/office-ui-fabric-core | keldos-li/typora-latex-theme | |
|---|---|---|---|
| Stars | 3,683 | 3,745 | 5,804 |
| Language | SCSS | SCSS | SCSS |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 2/5 | 1/5 |
| Audience | developer | developer | writer |
Figures from each repo's GitHub metadata at analysis time.
Requires Ruby with Bundler and pnpm installed to run the Jekyll site locally.
This repository holds the source code for the SST Guide, a free online tutorial published at guide.sst.dev. The guide teaches people how to build and deploy a full-stack web application using AWS services, with a note-taking app as the running example. It walks through setting up a React front end, a serverless API using AWS Lambda and API Gateway, a database using DynamoDB, and user authentication using Cognito. The guide is written as a Jekyll site, meaning it is a collection of text files that get compiled into a static website. Contributors can run it locally by installing Ruby dependencies through Bundler and JavaScript dependencies through pnpm, then starting a local Jekyll server. An eBook version in PDF and EPUB formats is also generated automatically from the same content whenever a new version is tagged. The project is open source and accepts contributions. People who find bugs in a chapter can open an issue, those who spot typos can submit a pull request with the correction, and anyone running into trouble with a specific chapter can ask for help on the project's Discord community.
A free online tutorial that teaches you to build and deploy a full-stack web app on AWS, using a note-taking app as the hands-on example.
Mainly SCSS. The stack also includes React, AWS Lambda, DynamoDB.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.