AWS Lambda Connector

  • Latest Dynatrace
  • Reference
  • 3-min read

Review the required AWS permissions and condition keys of the AWS Lambda Connector actions to ensure that you grant Dynatrace only a minimum set of permissions. For more information, see AWS documentation.

Get function

Returns information about the function or function version, with a link to download the deployment package that's valid for 10 minutes.

For more information, see the official documentation of Get function.

Required AWS permission: lambda:GetFunction.

Inputs

FieldTypeDescriptionRequired
RegionstringThe region to use.required
FunctionNamestringThe name or ARN of the Lambda function, version, or alias.required

Output

Returns fields as described in GetFunctionCommandOutput.

Invoke

Invokes a Lambda function.

For more information, see the official documentation of Invoke.

Required AWS permission: lambda:InvokeFunction.

Inputs

FieldTypeDescriptionRequired
RegionstringThe region to use.required
FunctionNamestringThe name or ARN of the Lambda function, version, or alias.required
InvocationTypeEnumThe invocation type of the Lambda function. Possible values: DryRun, Event, RequestResponse.optional
QualifierstringSpecify a version or alias to invoke a published version of the function.optional

Output

Returns fields as described in InvokeCommandOutput.

Long-running requests to AWS are aborted after 100 seconds

List functions

Returns a list of Lambda functions, with the version-specific configuration of each.

For more information, see the official documentation of List functions.

Required AWS permission: lambda:ListFunctions.

Inputs

FieldTypeDescriptionRequired
RegionstringThe region to use.required
MarkerstringSpecifies the pagination token that's returned by a previous request to retrieve the next page of results.optional
MaxItemsnumberThe maximum number of functions to return in the response.optional

Output

Returns fields as described in ListFunctionsCommandOutput.

Update function configuration

Modify the version-specific settings of a Lambda function.

For more information, see the official documentation of Update function configuration.

Required AWS permission: lambda:UpdateFunctionConfiguration.

Inputs

FieldTypeDescriptionRequired
RegionstringThe region to use.required
FunctionNamestringThe name or ARN of the Lambda function.required
DescriptionstringA description of the function.optional
EnvironmentEnvironmentEnvironment variables that are accessible from function code during execution.optional
MemorySizenumberThe amount of memory available to the function at runtime.optional
TimeoutnumberThe amount of time (in seconds) that Lambda allows a function to run before stopping it.optional

Output

Returns fields as described in UpdateFunctionConfigurationCommandOutput.

Related tags
Software Delivery