Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.63 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.63 KB

Lambda Functions Experiments

serverless Build Maintainability Test Coverage Renovate GitHub last commit

1. Requirements

  1. Python
  2. Nodejs
  3. Serverless Framework
  4. Postgres

2. Getting Started

# install pipenv
pip install pipenv

# install dependencies
pipenv install

# install development dependencies
pipenv install --dev

# install dependencies for serverless and development
npm install

3. Running Unit Tests

npm run test:unit

4. Deployment

Example with awsudo.

# Deployment
awsudo -u <profile> npm run deploy:development