Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 702 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 702 Bytes

Serves APIs for momentcapturer.com via sub-domain api.momentcapturer.com

  • Uses Sharp module to convert image to progressive JPEGs(for now. May be to AVIF / JPEG XL in future considering wider browser compatibility) for multiple device types.

  • Serves APIs(AWS Lambda) over api.momentcapturer.com(Set through API Gateway).

  • Stores processed images in AWS S3 bucket and cached for 1 year.

  • Records uploaded image metadata in AWS DynamoDB.

  • For serverless config, check out moment-capturer repo.

Credits: