Skip to content
New issue

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

New Pattern: aws-iot-sqs #266

Closed
1 task
ericquinones opened this issue Jul 16, 2021 · 0 comments
Closed
1 task

New Pattern: aws-iot-sqs #266

ericquinones opened this issue Jul 16, 2021 · 0 comments
Labels
feature-request A feature should be added or improved needs-triage The issue or PR still needs to be triaged

Comments

@ericquinones
Copy link
Contributor

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:

  • An IoT Topic Rule that is configured to send messages from the topic to an SQS
  • A new SQS Queue if an existingQueueObj was not provided in the Construct props
  • A Dead Letter Queue if the deployDeadLetterQueue boolean in the Construct props was true (also defaults to true)

architecture

Other

N/A

  • [✅ ] 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

@ericquinones ericquinones added feature-request A feature should be added or improved needs-triage The issue or PR still needs to be triaged labels Jul 16, 2021
ericquinones pushed a commit to ericquinones/aws-solutions-constructs that referenced this issue Aug 3, 2021
fixes awslabs#266

Added implementation of new pattern

Added unit and integration tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved needs-triage The issue or PR still needs to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant