Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 854 Bytes

File metadata and controls

36 lines (24 loc) · 854 Bytes

Ymir image processing function

Actions Status

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