aliabdelrahman / basic-lambda-setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic lambda setup project

Starting point / boilerplate for node.js based AWS Lambda projects - includes create, deploy, invoke scripts as well as unit tests! Unit tests

Getting Started

Setup

  1. Clone repo here
  2. Make sure you have serverless installed globally npm install -g serverless
  3. Run yarn install
  4. Run yarn dev to start lambda locally
  5. To setup your ASW credentials follow this link

About


Languages

Language:JavaScript 92.2%Language:TypeScript 7.8%