I'm trying to make a call from a lambda function within VPC using boto3.start_outbound_voice_contact()
. Since the lambda function cannot reach whatever outside the VPC, simply invoking the boto3.start_outbound_voice_contact()
function.
I have came up with placing a VPC endpoint between lambda and Amazon Connect. But I am not sure which of the following types of endpoint boto3.start_outbound_voice_contact()
belongs to.
- Amazon AppIntegrations
- Customer Profiles
- Outbound campaigns
- Voice ID
- Wisdom
https://docs.aws.amazon.com/connect/latest/adminguide/vpc-interface-endpoints.html