DEV Community

Discussion on: How to access VPC and internet resources from Lambda without paying for a NAT Gateway

Collapse
 
piczmar_0 profile image
Marcin Piczkowski • Edited

Hi, would it be a valid use case to invoke the vpc function asynchronously and let it send result to sqs directly instead of waiting in proxy function? There is a sqs vpc endpoint: docs.aws.amazon.com/AWSSimpleQueue...

Collapse
 
paulswail profile image
Paul Swail

Hi Marcin. I think that is valid.
I also think the newly announced Lambda destinations feature could work well here and avoid needing to write code that writes result to the queue.
aws.amazon.com/blogs/compute/intro...