Piyushkumar Dubey
AWS and Azure Serverless Client
Description
A platform where a user can submit the incident reports by making a call to the API available to the project. API will ask a form data with attachment and description for the incident. Following with the incident an authorized user can view, download all or individual entries along with the attachment
Technologies
Following are the technologies used to build this project. Few of them will get added sooner in the timeline
NodeJS
TypeScript
AWS Lambda
Azure
Native Postgres Database
auth0
JWT
Amazon S3
Prisma
PostgresQL
Architecture
This project is using a hexagonal architecture which will have database and network interfaces. The core logic is isolated with the interfaces. Version-one architecture workflow diagram is as follow
Security
To ensure security for the application, we have used auth0 service and apparently with JWT. Following will be process of the authentication
Useful links