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
Based on non-offline functionality and docu, it is possible to set maximumBatchingWindow. This sends MaximumBatchingWindowInSeconds attribute to SQSReceiveMessage action. Offline that would be simulated using WaitTimeSeconds attribute in receiveMessage action. However, serverless-offline-sqs plugin seems to ignore that setting. Wait time is always 5 seconds, which appears to be hard-coded in the receiveMessage request.
The text was updated successfully, but these errors were encountered:
This makes local testing super slow if you want to do something message per message when you always need to wait before the lambda function is triggered.
Based on non-offline functionality and docu, it is possible to set
maximumBatchingWindow
. This sendsMaximumBatchingWindowInSeconds
attribute to SQSReceiveMessage
action. Offline that would be simulated usingWaitTimeSeconds
attribute inreceiveMessage
action. However,serverless-offline-sqs
plugin seems to ignore that setting. Wait time is always 5 seconds, which appears to be hard-coded in thereceiveMessage
request.The text was updated successfully, but these errors were encountered: