Skip to content

Commit

Permalink
Update microservice.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewsrc authored Feb 23, 2024
1 parent 3c3be68 commit a737923
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/microservice.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This project application employs the microservices architecture, featuring a Rest API developed with the FastAPI library. The application is containerized using Docker and deployed in the cloud through AWS ECS.

![microservice drawio (5)](https://github.com/mathewsrc/generativeai-questions-and-answers-app/assets/94936606/4e84ce55-65f0-44a5-9a43-fc7632c764d4)

## ECR

Unlike Lambda functions, the ECS service is a Platform as a Service (PaaS) but can used as Serveless
Expand Down Expand Up @@ -892,4 +894,4 @@ resource "aws_apigatewayv2_stage" "example" {
}
]
}
```
```

0 comments on commit a737923

Please sign in to comment.