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.
Inputs
Field
Type
Description
Required
Region
string
The region to use.
required
FunctionName
string
The name or ARN of the Lambda function, version, or alias.
required
Output
Returns fields as described in GetFunction.
Invoke
Invokes a Lambda function.
Inputs
Field
Type
Description
Required
Region
string
The region to use.
required
FunctionName
string
The name or ARN of the Lambda function, version, or alias.
required
InvocationType
Enum
The invocation type of the Lambda function. Possible values:
DryRun
, Event
, RequestResponse
.optional
Qualifier
string
Specify a version or alias to invoke a published version of the function.
optional
Output
Returns fields as described in Invoke
List functions
Returns a list of Lambda functions, with the version-specific configuration of each.
Inputs
Field
Type
Description
Required
Region
string
The region to use.
required
MaxItems
number
The total number of items to return.
optional
Output
Returns fields as described in ListFunctions
Update function configuration
Modify the version-specific settings of a Lambda function.
Inputs
Field
Type
Description
Required
Region
string
The region to use.
required
FunctionName
string
The name or ARN of the Lambda function.
required
Description
string
A description of the function.
optional
Environment
key-value
Environment variables that are accessible from function code during execution.
optional
MemorySize
number
The amount of memory available to the function at runtime.
optional
Timeout
number
The amount of time (in seconds) that Lambda allows a function to run before stopping it.
optional
Output
Returns fields as described in UpdateFunctionConfiguration