https://github.com/vonderklaas/serverless-aws-node
This is a minimal application made using Serverless architecture with AWS Cloud and Lambda Functions. I used API Gateway, DynamoDB & CloudWatch as well.
https://github.com/vonderklaas/serverless-aws-node
aws serverless
Last synced: about 1 year ago
JSON representation
This is a minimal application made using Serverless architecture with AWS Cloud and Lambda Functions. I used API Gateway, DynamoDB & CloudWatch as well.
- Host: GitHub
- URL: https://github.com/vonderklaas/serverless-aws-node
- Owner: vonderklaas
- Created: 2023-03-24T09:59:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-24T10:00:13.000Z (about 3 years ago)
- Last Synced: 2025-01-07T09:47:48.883Z (about 1 year ago)
- Topics: aws, serverless
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Functions
```
addTodo: aws-node-http-api-project-dev-addTodo
fetchTodos: aws-node-http-api-project-dev-fetchTodos
fetchTodo: aws-node-http-api-project-dev-fetchTodo
updateTodo: aws-node-http-api-project-dev-updateTodo
```
# Deploy all infrastructure
```
serverless deploy --verbose
```
# Deploy only specific Lambda function
```
serverless deploy -f `functionName`
```