-
Notifications
You must be signed in to change notification settings - Fork 249
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-sns-sqs #24
Labels
feature-request
A feature should be added or improved
Comments
Hi @hnishar I'm available to contribute to implement this new pattern. |
Awesome! Thanks for reaching out and helping us out! |
danielmatuki
added a commit
to danielmatuki/aws-solutions-constructs
that referenced
this issue
Aug 25, 2020
hnishar
pushed a commit
that referenced
this issue
Aug 28, 2020
* feat(aws-sns-sqs): New aws-sns-sqs pattern implementation closes #24 * fix(aws-sns-sqs): Update aws-sns-sqs package configuration to utilize latest cdk construct version 1.60.0 * fix(aws-sns-sqs): Update managed KMS key integration test to utilize a KMS key with rotation to perform SQS encryption. * fix(aws-sns-sqs): code review changes for new aws-sns-sqs construct * fix(aws-sns-sqs): code review changes for new aws-sns-sqs construct
aws-solutions-constructs-team
added a commit
that referenced
this issue
Mar 17, 2023
chore(release): 2.34.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add your +1 👍 to help us prioritize
Overview:
This AWS Solutions Construct implements an Amazon SNS Topic connected to an Amazon SQS queue.
User provided props for the construct:
sns.Topic
orsns.TopicProps
to deploy new SNS topicsqs.Queue
orsqs.QueueProps
to deploy new SQS queueenableEncryption
to encrypt the SNS topic (default: true)encryptionKey
user provided encryption keydeployDeadLetterQueue
to deploy the DLQ (default: true)deadLetterQueueProps
for the DLQDefault settings
Out of the box implementation of the Construct without any override will set the following defaults:
Amazon SNS Topic
Amazon SQS Queue
The text was updated successfully, but these errors were encountered: