sym.sdk.integrations.aws_lambda.invoke_async¶
- sym.sdk.integrations.aws_lambda.invoke_async(arn: str, payload: Optional[dict] = None) bool ¶
Asynchronously invokes an AWS Lambda function. Note that this method simply returns a boolean indicating success enqueuing the invocation.
- Parameters
arn – The ARN of the Lambda function to invoke.
payload – A dict of JSON-serializable data to pass to the function.