AWS Lambda for Workflows
Latest Dynatrace
Get function
Returns information about the function or function version, with a link to download the deployment package that's valid for 10 minutes.
The name or ARN of the Lambda function, version, or alias.
Output
Returns fields as described in GetFunction.
Invoke
Invokes a Lambda function.
The name or ARN of the Lambda function, version, or alias.
The invocation type of the Lambda function. Possible values: DryRun
, Event
, RequestResponse
.
Specify a version or alias to invoke a published version of the function.
Output
Returns fields as described in Invoke
List functions
Returns a list of Lambda functions, with the version-specific configuration of each.
The total number of items to return.
Output
Returns fields as described in ListFunctions
Update function configuration
Modify the version-specific settings of a Lambda function.
The name or ARN of the Lambda function.
A description of the function.
Environment variables that are accessible from function code during execution.
The amount of memory available to the function at runtime.
The amount of time (in seconds) that Lambda allows a function to run before stopping it.
Output
Returns fields as described in UpdateFunctionConfiguration