Gothic Framework G symbol

App Server

aws used infrastructure image

We use AWS Lambda Containers as our Web App Server, storing the container image in AWS ECR enabling the application to scale automatically in a robust, fully managed environment.

By packaging the server as a Lambda Container, we achieve fast scaling and flexibility. The server uses AWS Lambda Web Adapters to efficiently handle incoming HTTP requests, ensuring the app responds quickly to user actions. The Lambda URL, where the application is hosted, is directly connected to the same CloudFront CDN, ensuring fast delivery of both static and dynamic content to users.

To secure the connection between CloudFront and Lambda, we use Origin Access Control (OAC). This setup ensures that CloudFront can securely interact with Lambda, keeping traffic safe and optimized.