diff --git a/x-pack/functionbeat/provider/aws/cli_manager.go b/x-pack/functionbeat/provider/aws/cli_manager.go index 630fa92c2d4..8ae4d622868 100644 --- a/x-pack/functionbeat/provider/aws/cli_manager.go +++ b/x-pack/functionbeat/provider/aws/cli_manager.go @@ -155,7 +155,7 @@ func (c *CLIManager) template(function installer, name, codeLoc string) *cloudfo Handler: handlerName, MemorySize: lambdaConfig.MemorySize.Megabytes(), ReservedConcurrentExecutions: lambdaConfig.Concurrency, - Timeout: int(lambdaConfig.Timeout.Seconds()), + Timeout: int(lambdaConfig.Timeout.Seconds()), }, DependsOn: []string{prefix("") + "IAMRoleLambdaExecution"}, }