Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taguz91/lambda-example-usage
Lambda basic examples
https://github.com/taguz91/lambda-example-usage
Last synced: about 2 months ago
JSON representation
Lambda basic examples
- Host: GitHub
- URL: https://github.com/taguz91/lambda-example-usage
- Owner: taguz91
- Created: 2024-06-15T01:08:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T23:59:44.000Z (7 months ago)
- Last Synced: 2024-06-19T06:39:09.877Z (7 months ago)
- Language: TypeScript
- Size: 496 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lambda examples of usage
This repo contains different lambda examples to an interactive class about AWS lambda function
Use this code to create your own implementations following the best practices.
The current project has three different lambda:
### Simple
[Simple lambda](docs/simple-lambda.svg)
### CRUD
[Crud lambda](docs/crud-lambda.svg)
### Signup
[Signup lambda](docs/signup-lambda.svg)
All resources used from the lambda was created using CDK [see project](infra/)
---
Autor:
Johnny Garcia