Latest Dynatrace
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.
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
.
Returns fields as described in GetFunctionCommandOutput.
Invokes a Lambda function.
For more information, see the official documentation of Invoke.
Required AWS permission: lambda:InvokeFunction
.
DryRun
, Event
, RequestResponse
.Returns fields as described in InvokeCommandOutput.
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
.
Returns fields as described in ListFunctionsCommandOutput.
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
.
Returns fields as described in UpdateFunctionConfigurationCommandOutput.