All Projects → AnomalyInnovations → Serverless Stack Com

AnomalyInnovations / Serverless Stack Com

Licence: mit
An open source guide for building and deploying full-stack apps using Serverless and React on AWS.

Programming Languages

SCSS
7915 projects
HTML
75241 projects
ruby
36898 projects - #4 most used programming language
TeX
3793 projects
CSS
56736 projects
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Serverless Stack Com

Light Bootstrap Dashboard React
React version of Light Bootstrap Dashboard
Stars: ✭ 561 (-84.49%)
Mutual labels:  scss, react-router, react-bootstrap
chatty
A React single-page-application alternative client for the shacknews chatty.
Stars: ✭ 27 (-99.25%)
Mutual labels:  react-router, create-react-app
amazon-ivs-chime-web-demo
A demo web application intended as an educational tool for demonstrating how to load and play Amazon IVS streams alongside the Amazon Chime SDK.
Stars: ✭ 35 (-99.03%)
Mutual labels:  react-router, serverless-framework
Aws App Sync
Easily Deploy AWS AppSync GraphQL APIs Using Serverless Framework Components
Stars: ✭ 261 (-92.78%)
Mutual labels:  aws, serverless-framework
DM Tools
An open-source Dungeons and Dragons DM helper desktop app built with React.js, Redux, SCSS
Stars: ✭ 41 (-98.87%)
Mutual labels:  react-router, create-react-app
git-space
A web application to view Github's user profile.
Stars: ✭ 14 (-99.61%)
Mutual labels:  react-router, react-bootstrap
Serverlessbydesign
A visual approach to serverless development. Think. Build. Repeat.
Stars: ✭ 254 (-92.98%)
Mutual labels:  aws, serverless-framework
Nuxt Serverless
Nuxt.js Serverless SSR Starter on AWS (Lambda + API Gateway + S3) with Serverless Framework
Stars: ✭ 235 (-93.5%)
Mutual labels:  aws, serverless-framework
Serverless Plugin Canary Deployments
Canary deployments for your Serverless application
Stars: ✭ 283 (-92.18%)
Mutual labels:  aws, serverless-framework
Pro Mern Stack
Code Listing for the book Pro MERN Stack
Stars: ✭ 290 (-91.98%)
Mutual labels:  react-router, react-bootstrap
Serverless Iam Roles Per Function
Serverless Plugin for easily defining IAM roles per function via the use of iamRoleStatements at the function level.
Stars: ✭ 311 (-91.4%)
Mutual labels:  aws, serverless-framework
react-mobx-router
Create React App with React Router 4 and MobX + Internationalization
Stars: ✭ 90 (-97.51%)
Mutual labels:  react-router, create-react-app
react-relay-example
Example project how to use React, Relay and TypeScript
Stars: ✭ 27 (-99.25%)
Mutual labels:  react-router, react-bootstrap
elegant-react-ssr
Server-side rendering with create-react-app, React Router v4, Helmet, Redux, and Thunk boilerplate, without ejecting CRA
Stars: ✭ 16 (-99.56%)
Mutual labels:  react-router, create-react-app
workshop
React Workshop
Stars: ✭ 13 (-99.64%)
Mutual labels:  react-router, create-react-app
egghead-bookshelf
An example React application to accompany the "Add Internationalization (i18n) to a React app using React Intl" Egghead.io course
Stars: ✭ 28 (-99.23%)
Mutual labels:  react-router, create-react-app
Express
⚡ Take existing Express.js apps and host them easily on cheap, auto-scaling, serverless infrastructure (AWS Lambda and AWS HTTP API).
Stars: ✭ 337 (-90.68%)
Mutual labels:  aws, serverless-framework
Journal Aws Amplify Tutorial
Step by step tutorial to build a personal journal web app with aws-amplify
Stars: ✭ 227 (-93.72%)
Mutual labels:  aws, tutorial
Aws Lambda Typescript
This sample uses the Serverless Application Framework to implement an AWS Lambda function in TypeScript, deploy it via CloudFormation, publish it through API Gateway to a custom domain registered on Route53, and document it with Swagger.
Stars: ✭ 228 (-93.7%)
Mutual labels:  aws, serverless-framework
Aws Auto Cleanup
Open-source application to programmatically clean your AWS resources based on a whitelist and time to live (TTL) settings
Stars: ✭ 276 (-92.37%)
Mutual labels:  aws, serverless-framework

Serverless Stack

Discourse posts Twitter follow Chat on Slack


The Serverless Stack Guide is a comprehensive open source tutorial 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 Discourse for our comments. With the help of the community we add more detail to the guide and keep it up to date.

Project Goals

  • Provide a free comprehensive resource
  • Add more content to build on core concepts
  • 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 if you have a suggestion create a new topic in our forums
  • If you've found a typo, edit the chapter and submit a pull request.

Source for the Demo App

We also have an alternative Serverless Framework version: backend serverless API & frontend React app.

Contributing

Thank you for your considering to contribute. Read more about how you can contribute to Serverless Stack.

Running Locally

Serverless Stack is built using Jekyll. Follow these steps to install Jekyll.

Viewing Locally

To install, run the following in the root of the project.

$ bundle install

And to view locally.

$ bundle exec jekyll serve

You can now view the guide locally by visiting http://localhost:4000/.

You can also turn on live reloading and incremental builds while editing.

$ bundle exec jekyll serve --incremental --livereload

Generating the eBook

We use Pandoc to create the eBook. You can generate it locally by following these steps.

$ cd ~/Sites/ServerlessStackCom/etc/ebook
$ make start

This'll start a Docker instance. Inside the Docker run:

$ make pdf
$ make epub

The above are run automatically through Github Actions in this repo:

  • When a new commit is pushed to master
  • And when a new tag is pushed, the generated eBook is uploaded to S3

Contributors

Thanks to these folks for their contributions to the content of Serverless Stack.


This repo is maintained by Serverless Stack.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].