An open API service indexing awesome lists of open source software.

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

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