Posts for: #Lambda

Asynchronous Lambda Invocation

In order to invoke a Lambda asynchronously, pass InvocationType=“Event” to the invoke call. This is useful for, among other things, a hub/message routing Lambda that calls…

[Read more]