Skip to content

Warn and handle if AMS messages are > 1 MB #156

@tofu-rocketry

Description

@tofu-rocketry

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions