Skip to main content

Menzzo Images Resizing Lambda

menzzo-images-resizing-lambda is a starter-documented media service for image resizing. It belongs with media/catalog image processing and should document exact AWS/runtime behavior as the repo is expanded.

Stack

  • Serverless image resizing service.
  • Lambda-style runtime expected.
  • Image input/output storage details to be confirmed from repo-local config.

Connected Projects

  • Media tools and catalog systems depend on consistent image derivatives.
  • Storefronts consume resized product and marketing images.
  • Menzzo Magento/catalog flows provide upstream image references.

Local Docs Submodule

When this repo consumes global docs, use:

cd docs
npm ci
npm start
npm run build

To Expand

  • Source and destination bucket contract.
  • Supported sizes/formats.
  • Cache invalidation path.
  • Failure and retry runbook.