Creating AWS Lambda Layer for wkhtmltopdf

Utkarsha Bakshi
Geek Culture
Published in
3 min readFeb 3, 2023

--

Source (link)

In this short article, we will go through the steps for creating an AWS Lambda layer for wkhtmltopdf. We will define a Dockerfile for creating a Lambda layer using AWS Linux base image. Next, we will define a Github action workflow file that will build and push the docker image (for the Lambda Layer) to AWS ECR.

Prerequisites

--

--