We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A new Solutions Constructs pattern that creates an IoT Topic Rule to forward messages to an SQS Queue.
An implementation for this IoT Rule Action: SQS Rule Action.
The new pattern would deploy the following:
existingQueueObj
deployDeadLetterQueue
true
N/A
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered:
feat(aws-iot-sqs): initial implementation
d4ce63f
fixes awslabs#266 Added implementation of new pattern Added unit and integration tests
5411ab7
No branches or pull requests
Use Case
A new Solutions Constructs pattern that creates an IoT Topic Rule to forward messages to an SQS Queue.
Proposed Solution
An implementation for this IoT Rule Action: SQS Rule Action.
The new pattern would deploy the following:
existingQueueObj
was not provided in the Construct propsdeployDeadLetterQueue
boolean in the Construct props wastrue
(also defaults totrue
)Other
N/A
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: