sym.sdk.integrations.aws_lambda.invoke_async

sym.sdk.integrations.aws_lambda.invoke_async(arn: str, payload: Optional[Union[sym.sdk.event.Event, dict]] = None) bool

Asynchronously invokes an AWS Lambda function.

Parameters
  • arn – The ARN of the Lambda function to invoke.

  • payload – A dict of JSON-serializable data to pass to the function, or an Event object.

Returns

A boolean indicating success enqueuing the invocation.