Learn to Build Full-Stack Serverless Applications
Serverless Stack is a free comprehensive guide to creating full-stack serverless applications.
We are going to create a note taking app from scratch using React.js, AWS Lambda, API Gateway, DynamoDB, and Cognito.
It is a single-page React app powered by a serverless CRUD API. We also cover how add user authentication and handle file uploads.
The entire guide is hosted through GitHub Pages and we use GitHub Issues for our comments. With the help of the community we keep the guide accurate and up to date.
- Provide a free comprehensive resource
- Keep the content accurate and up to date
- Help people resolve their issues
- If you are running into issues with a specific chapter, post in the comments for that chapter.
- Open a new issue if you've found a bug or have some suggestions.
- Send us an email if you have any other questions or feedback.
- If you've found a typo, edit the chapter and submit a pull request.
- To fix typos or make minor corrections; just navigate to the chapter, edit it, and submit a pull request.
- To make a larger changes, you need to set up the repo on local. Make sure you have Jekyll installed and run
bundle exec jekyll serve
from the project root.
Serverless Stack is authored and maintained by Frank Wang (@fanjiewang) & Jay V (@jayair). Subscribe to our newsletter for updates on Serverless Stack. Send us an email if you have any questions.