diff --git a/_releaser/aws.go b/_releaser/aws.go index 1c04f8f71001..254854619296 100644 --- a/_releaser/aws.go +++ b/_releaser/aws.go @@ -129,6 +129,7 @@ func (s *AwsCloudfrontUpdateCmd) Run() error { } _, err = svc.CreateFunction(&lambda.CreateFunctionInput{ FunctionName: aws.String(s.Function), + Timeout: aws.Int64(10), }) if aerr, ok := err.(awserr.Error); ok && aerr.Code() != lambda.ErrCodeResourceConflictException { return err