(untitled) · Aug 15, 2023
TIL - How to send an SQS message from a Lambda inside a VPC
0Sign in to vote or save
This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Sending a message to SQS from a Lambda inside a VPC should be trivial. Unfortunately, this is AWS so they like to make it as complex as possible. Here is the process to follow if you're stuck: Setup The lambda function was in a subnet on the VPC Create a new VPC endpoint with a Full Access policy in that same VPC and subnet as the lambda. You will need to create the VPC endpoint first, then click…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.