https://github.com/4lessandrodev/simple-lambda
template for simple lambda
https://github.com/4lessandrodev/simple-lambda
aws-lambda aws-lambda-node lambda nodejs serverless template
Last synced: 10 months ago
JSON representation
template for simple lambda
- Host: GitHub
- URL: https://github.com/4lessandrodev/simple-lambda
- Owner: 4lessandrodev
- Created: 2022-09-01T04:17:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T04:43:20.000Z (12 months ago)
- Last Synced: 2025-01-02T05:27:50.978Z (12 months ago)
- Topics: aws-lambda, aws-lambda-node, lambda, nodejs, serverless, template
- Language: TypeScript
- Homepage:
- Size: 1.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lambda application
A simple lambda template using serverless
---
Install deps
```sh
$ yarn
```
Run the function
```sh
$ yarn dev
# OR
$ npm run dev
```
Deploy it
```sh
$ yarn deploy
```