-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Related to #74 as it could/should be implemented alongside that.
AMS has a limit of 1MB for messages as that is what it is optimised around. SSM should check the size of messages (and any associated wrapping) before sending them to check they won't hit this limit, and ideally handle a fail gracefully. #74 could then be used to split the message into manageable parts.
Should also consider what to do if any messages can't be sent - send what you can, or fail completely? Probably send what you can.
Reactions are currently unavailable