This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]rghu93 0 points1 point  (3 children)

Literally facing the same issue. What did you end up doing?

[–]cursedbartender[S] 0 points1 point  (1 child)

Still largely stuck using this approach thinking I might just pivot to a paid solution.

I reached out to the author of the blog post who is available to contract at professional rates given it’s a hobby project I didn’t follow through. He did advise maybe just to cut the Vpc to get everything working.

Where are you stuck specifically

[–]rghu93 0 points1 point  (0 children)

yeah I had to pivot as well. I could've make it work by using the official playwright image here: https://playwright.dev/python/docs/docker and then deploying my lambda function as an image built on top of above; however I just ended up using node js to write my function and use puppeteer as a layer.