Method: Aws::Lambda::Client#invoke_async
- Defined in:
- lib/aws-sdk-lambda/client.rb
#invoke_async(params = {}) ⇒ Types::InvokeAsyncResponse
<note markdown=“1”> For asynchronous function invocation, use Invoke.
</note>
Invokes a function asynchronously.
<note markdown="1"> The payload limit is 256KB. For larger payloads,
for up to 1MB, use Invoke.
</note>
<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>
5075 5076 5077 5078 |
# File 'lib/aws-sdk-lambda/client.rb', line 5075 def invoke_async(params = {}, = {}) req = build_request(:invoke_async, params) req.send_request() end |