Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 690 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 690 Bytes

Ymir image processing function

Ymir Lambda@Edge function used by CloudFront to process and optimize images.

Installation

Install the depencies using npm:

$ npm ci

Building

To build a zip archive of the Lambda function to upload to AWS, you can run the following command:

$ npm run build-zip

Links