zacacollier / serverless-stack-com

Source for Serverless-Stack.com

Home Page:https://serverless-stack.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serverless Stack

Learn to Build Full-Stack Apps with Serverless and React


Serverless Stack is an open source guide for building and deploying full-stack apps using Serverless and React on AWS.

We are going to create a note taking app from scratch using React.js, AWS Lambda, API Gateway, DynamoDB, and Cognito.

Demo App

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 on GitHub and we use GitHub Issues for our comments. With the help of the community we keep the guide accurate and up to date.

Source for the Demo App

Project Goals

  • Provide a free comprehensive resource
  • Keep the content accurate and up to date
  • Help people resolve their issues

Getting Help

  • 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.

Contributing

  • 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.

Maintainers

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.

About

Source for Serverless-Stack.com

https://serverless-stack.com

License:MIT License


Languages

Language:CSS 51.3%Language:HTML 33.8%Language:Ruby 14.9%