Method: Aws::Lambda::Client#invoke_async
- Defined in:
- lib/aws-sdk-lambda/client.rb
#invoke_async(params = {}) ⇒ Types::InvokeAsyncResponse
For asynchronous function invocation, use Invoke.
Invokes a function asynchronously.
<note markdown="1"> If you do use the InvokeAsync action, note that
it doesn’t support the use of X-Ray active tracing. Trace ID is not propagated to the function, even if X-Ray active tracing is turned on.
</note>
4236 4237 4238 4239 |
# File 'lib/aws-sdk-lambda/client.rb', line 4236 def invoke_async(params = {}, = {}) req = build_request(:invoke_async, params) req.send_request() end |