Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/team-dreamcatcher/dreamcatcher-lambda
- Owner: TEAM-DREAMCATCHER
- Created: 2023-02-25T17:35:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-02-27T07:12:03.000Z (over 1 year ago)
- Last Synced: 2024-03-16T10:11:15.209Z (8 months ago)
- Topics: aws-lambda, express, mongodb, mongoose, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`