You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting the serverless global function handler timeout as follows:
provider:
name: aws
timeout: 450
The resulting queue visibility timeout remains the default 36 seconds which results in a failed deployment.
CREATE_FAILED: NameOfWorkerQueue
Resource handler returned message: "Invalid request provided: Queue visibility timeout: 36 seconds is less than Function timeout: 450 seconds
Description
When setting the serverless global function handler timeout as follows:
The resulting queue visibility timeout remains the default 36 seconds which results in a failed deployment.
Version of Lift:
serverless-lift: 1.28.1
How to Reproduce
Additional Information
No response
The text was updated successfully, but these errors were encountered: