JupiterOne / playwright-aws-lambda

Support for running Microsoft's Playwright on AWS Lambda and Google Cloud Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Help with lambda layer

vvenegasv opened this issue · comments

Can you provide an example to how deploy this package as lambda layer? For example, in chrome-aws-lambda use this command to build a .zip file to upload to AWS Lambda Layer

git clone --depth=1 https://github.com/alixaxel/chrome-aws-lambda.git && \
cd chrome-aws-lambda && \
make chrome_aws_lambda.zip

EDIT:
I found a solution: add Makefile to this project for use the same command as chrome-aws-lambda. Also, I made a pull request with this change. Tell me if you need more info.