Lambda API
Invoke API
InvovationType has 3 options:
RequestResponse(default): invoke the function synchronously.Event: invoke function asynchronous. Send events that fail multiple times to the function's dead-letter queue (if it's configured)DryRun: verify that the user or role has permission
Last updated