Skip to content

K-clarke/nestjs-lambda-dynamodb

 
 

Repository files navigation

Coterie carrier integration

Getting started

# 1. Clone the repository or click on "Use this template" button.
git  clone [email protected]:1inch/pmm-workers.git coterie

# 2. Enter your newly-cloned folder.
cd coterie

# 3. Install dependencies. (Make sure yarn is installed: https://yarnpkg.com/lang/en/docs/install)
yarn

# 4. Run development server and open http://localhost:3000/dev
yarn dev

# 5. Read the documentation linked below for "Setup and development".

Features

Quick scaffolding
Create modules, services, controller - right from the CLI!
Environment Configuration
development, qa, staging and production environment configurations
Swagger Api Documentation
Already integrated API documentation. To see all available endpoints visit http://localhost:3000/dev/swagger
Working with Lambda functions and DynamoDB
Integrated Dynamoose module to work with DynamoDB, Adapted Nestjs app to work with AWS Lambda functions
Linter
eslint + prettier = ❤️

Documentation

This project includes a docs folder with more details on:

  1. Setup and development
  2. Architecture

About

Nest.js app wih DynamoDB and AWS Lambda functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.7%
  • JavaScript 3.2%
  • Shell 0.1%