Create a simple user interface for your team to publish messages to SNS topics. No need anymore to build cumbersome frontends, auth and APIs just to send a simple message to SNS topic.
SnsTopicMessageForm
construct is a simple way how to enable anyone in the team to publish messages to SNS topics with pre-defined message shape.
Features
- Easily send a message to SNS topic
- Define arbitrary number of input fields
- Resend the message again
- Build a custom message shape
- Display custom instructions to give a guidance to the users
Preview
Usage
Simplified key-value fields definition
Buttonize uses Input.text
component for the input elements.