https://github.com/murilobeltrame/helloserverless
Studying serverless and related patterns and technologies
https://github.com/murilobeltrame/helloserverless
lambda rest serverless typescript
Last synced: about 2 months ago
JSON representation
Studying serverless and related patterns and technologies
- Host: GitHub
- URL: https://github.com/murilobeltrame/helloserverless
- Owner: murilobeltrame
- License: mit
- Created: 2019-11-09T13:29:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T11:33:55.000Z (over 3 years ago)
- Last Synced: 2025-01-12T00:42:41.320Z (over 1 year ago)
- Topics: lambda, rest, serverless, typescript
- Language: JavaScript
- Homepage:
- Size: 509 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Serverless NodeJs TypeScript Tryout
Project for study
- [Clean Architecture pattern](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html)
- RESTful + OpenAPI Specification on [API Gateway](https://aws.amazon.com/pt/api-gateway/) / ALB
- GraphQL on [API Gateway](https://aws.amazon.com/pt/api-gateway/) / ALB
- EventSourcing and CQRS
- [JWT](https://jwt.io/) with [Cognito](https://aws.amazon.com/pt/cognito/) integration
- [X-Ray](https://aws.amazon.com/pt/xray/) traceability
- Role based data segregation / multitenancy
- CI/CD pipeline
- [Jest](https://jestjs.io/) tests