Skip to content

Screenshots

Use this page to view the deployed Commerce Integration API running in an AWS environment.

Live API documentation

Swagger Overview

Health endpoint

Use the /health endpoint to verify API availability and database connectivity.

Health Check Endpoint

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

Deployment

Performance monitoring

Performance Monitoring

Tasks

Tasks

ECS task definition

Shows container configuration, environment variables, and image settings used during deployment.

Task Definition

Container details

Container Details

Amazon ECR repository

The container image for the API is stored in Amazon Elastic Container Registry and used by ECS during deployment.

ECR Repo

Application load balancer

Rules and listeners

ALB Listeners

Network mapping

ALB Network Map

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.

Target Group Health Checks

Amazon RDS PostgreSQL database

The API persists data in a PostgreSQL database hosted on Amazon RDS, providing managed storage and availability.

RDS

MkDocs documentation site

Documentation is generated using MkDocs and hosted via GitHub Pages.