We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents baa30f4 + 98987a6 commit ff63df0Copy full SHA for ff63df0
_releaser/aws.go
@@ -129,6 +129,7 @@ func (s *AwsCloudfrontUpdateCmd) Run() error {
129
}
130
_, err = svc.CreateFunction(&lambda.CreateFunctionInput{
131
FunctionName: aws.String(s.Function),
132
+ Timeout: aws.Int64(10),
133
})
134
if aerr, ok := err.(awserr.Error); ok && aerr.Code() != lambda.ErrCodeResourceConflictException {
135
return err
0 commit comments