Can a Lambda use another AWS service to send a web request? – Amazon Web Sevices
When using AWS EventBridge an event can directly trigger sending an HTTP request (to some external webhook) by using e.g. API Destinations. Is it also similarly possible for a Lambda to delegate another AWS service to send a HTTP request?…