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
This library seems perfect for our use case, but I am currently struggling a bit on using it.
After following the setup, we do not receive any large message. Small messages are handled as they should normally, but when an S3-payload is received, all that happens is that a log line with "S3 object read, Bucket name: [...], Object key: [...]" is printed. No message is ever in the returned messages from .getMessages()
Is there an obvious mistake that I might have made?
The text was updated successfully, but these errors were encountered:
Hey! 👋
This library seems perfect for our use case, but I am currently struggling a bit on using it.
After following the setup, we do not receive any large message. Small messages are handled as they should normally, but when an S3-payload is received, all that happens is that a log line with "S3 object read, Bucket name: [...], Object key: [...]" is printed. No message is ever in the returned messages from
.getMessages()
Is there an obvious mistake that I might have made?
The text was updated successfully, but these errors were encountered: