Skip to content

oleg-koval/node-serverless-eventing

Repository files navigation

CircleCI styled with prettier codecov


Node.js (Serverless + eventing)

Two apps are communicating with each other through events & commands.

Requirements

  • Node v8.10.0
  • Serverless.com CLI
  • Yarn/Npm

Getting started

  • Install dependencies: yarn install
  • Add .env file with content similar to provided in .env.example file
  • Install local dynamodb (required workaround): serverless dynamodb install
  • Run tests: yarn test
  • Run for development: yarn start
    • If there are any problems with running: sls dynamodb install --localPath ./bin should fix them, (aws-sdk required to install : npm i -g aws-sdk)
  • Check lint issues: yarn lint

Style

Technologies

  • Platform: Node.js
  • Programming language: Javascript (ES6)
  • Framework: Serverless.com
  • Main AWS Services: Lambda, DybamoDB

TODO:

  • Rewrite to TypeScript

About

WIP: <SLS, SQS, Kinesis, node.js>

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published