Documentation for automated readers A curated documentation index is available at: https://grafana.com/llms.txt
A complete documentation index is available at: https://grafana.com/llms-full.txt These indexes can help with page discovery before fetching individual documents.
This page is also available in Markdown, which may be easier for automated readers
and AI tools to parse than HTML. The Markdown version is available at
https://grafana.com/docs/k6/next/javascript-api/jslib/aws/lambdaclient/invoke.md, or by sending
Accept: text/markdown to https://grafana.com/docs/k6/next/javascript-api/jslib/aws/lambdaclient/invoke/. For broader
documentation discovery, the curated index is available at https://grafana.com/llms.txt
and the complete index is available at https://grafana.com/llms-full.txt.
InvocationOptions is an object used to customize the invocation of a Lambda function.
It has the following properties:
Property
Type
Description
invocationType
string (optional)
Specifies the invocation type (synchronous or asynchronous). Possible values are: RequestResponse, which invokes the function synchronously, Event, which invokes the function asynchronously, and DryRun which validates the parameter values and verifies that the user or role has permission to invoke the function. Default is RequestResponse.
logType
string (optional)
Specifies the type of log to include in the response. Set to Tail to include the execution log in the response. Applies to synchronously invoked functions only. Default is None.
clientContext
string (optional)
Client context to pass to the function. Can be made up of up to 3,583 bytes of base64-encoded data. Default is null.