Skip to content

macasrenata/Serverless-App

Repository files navigation

ServerlessReactApp

How to build a note taking app using Serverless and React on AWS

Serverless Node.js Starter

A Serverless starter that adds ES7 syntax, serverless-offline, linting, environment variables, and unit test support. Part of the Serverless Stack guide.

Serverless Node.js Starter uses the serverless-bundle plugin (an extension of the serverless-webpack plugin) and the serverless-offline plugin. It supports:

  • Generating optimized Lambda packages with Webpack
  • Use ES7 syntax in your handler functions
    • Use import and export
  • Run API Gateway locally
    • Use serverless offline start
  • Support for unit tests
    • Run npm test to run your tests
  • Sourcemaps for proper error messages
    • Error message show the correct line numbers
    • Works in production with CloudWatch
  • Lint your code with ESLint
  • Add environment variables for your stages
  • No need to manage Webpack or Babel configs

Running on Localhost
fuser -k 8000/tcp # dynamodb
fuser -k 9000/tcp # s3
npm run deploy:production

About

How to build a note taking app using Serverless and React on AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published