Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 738 Bytes

File metadata and controls

24 lines (15 loc) · 738 Bytes

Delivery Pricing service

Delivery Pricing Architecture Diagram

This service provides an API to calculate the delivery cost for a specific list of products and an address.

API

See resources/openapi.yaml for a list of available API paths.

Events

This service does not emit events.

SSM Parameters

This service defines the following SSM parameters:

  • /ecommerce/{Environment}/delivery-pricing/api/arn: ARN for the API Gateway
  • /ecommerce/{Environment}/delivery-pricing/api/domain: Domain name for the API Gateway
  • /ecommerce/{Environment}/delivery-pricing/api/url: URL for the API Gateway