Screenshots¶
Use this page to view the deployed Commerce Integration API running in an AWS environment.
Live API documentation¶
Health endpoint¶
Use the /health endpoint to verify API availability and database connectivity.
ECS task definition and container configuration¶
The task definition specifies the container image from Amazon ECR and runtime configuration, including environment variables used for database connectivity.
Deployment¶
Performance monitoring¶
Tasks¶
ECS task definition¶
Shows container configuration, environment variables, and image settings used during deployment.
Container details¶
Amazon ECR repository¶
The container image for the API is stored in Amazon Elastic Container Registry and used by ECS during deployment.
Application load balancer¶
Rules and listeners¶
Network mapping¶
Target group health checks¶
The target group monitors the health of running tasks using an HTTP health check endpoint to ensure traffic is only routed to healthy containers.
Amazon RDS PostgreSQL database¶
The API persists data in a PostgreSQL database hosted on Amazon RDS, providing managed storage and availability.
MkDocs documentation site¶
Documentation is generated using MkDocs and hosted via GitHub Pages.