jeremydaly / lambda-warmer

A module to optimize AWS Lambda function cold starts
MIT License
525 stars 55 forks source link

Issues using from a lambda in VPC #4

Closed santigimeno closed 1 year ago

santigimeno commented 5 years ago

Hi,

I started playing with the module and it worked great for lambda not associated to a VPC, but I couldn't make it work with lambda inside a VPC: the invocation timed out. I've read somewhere that it could be because I need to configure internet access for this case. Is this correct?

Thanks in advance, and thanks for the module.

jeremydaly commented 5 years ago

Sorry for the delay and thanks for the report. I am researching the issue.

carlitux commented 5 years ago

After enable access to lambda functions inside a VPC, I saw that errors go out.

naorpeled commented 1 year ago

Hey @santigimeno, thanks for opening this issue and sorry for the delayed response.

This comment will probably resolve the issue for you.

I'll be closing this issue for now, feel free to ping me if you need anything.