Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/team-dreamcatcher/dreamcatcher-lambda

💻 AWS Lambda function 을 이용한 serverless api
https://github.com/team-dreamcatcher/dreamcatcher-lambda

aws-lambda express mongodb mongoose nodejs typescript

Last synced: 8 days ago
JSON representation

💻 AWS Lambda function 을 이용한 serverless api

Awesome Lists containing this project

README

        

# AWS Lambda function

## Usage
1. local test => `npm run local`
2. `getAllUsers` bundling => `npm run build:getAllUsers`
3. `validateDuplicate` bundling => `npm run build:validateDuplicate`
4. `login` bundling => `npm run build:login`
5. `signup` bundling => `npm run build:signup`
6. `getDreamsData` bundling => `npm run build:getDreamsDate`