-
Notifications
You must be signed in to change notification settings - Fork 251
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
feat(aws-eventbridge-sns) created new construct #309
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
||
Out of the box implementation of the Construct without any override will set the following defaults: | ||
|
||
### Amazon CloudWatch Events Rule |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EventBridge Rule
Out of the box implementation of the Construct without any override will set the following defaults: | ||
|
||
### Amazon CloudWatch Events Rule | ||
* Grant least privilege permissions to CloudWatch Events to publish to the SNS Topic. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...permissions to EventBridge...
public readonly encryptionKey?: kms.Key; | ||
|
||
/** | ||
* @summary Constructs a new instance of the EventRuleToSns class. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change class name in summary
@@ -86,8 +87,8 @@ _Parameters_ | |||
|
|||
Out of the box implementation of the Construct without any override will set the following defaults: | |||
|
|||
### Amazon CloudWatch Events Rule | |||
* Grant least privilege permissions to CloudWatch Events to publish to the SNS Topic. | |||
### Amazon EventBridge Rule |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fine, not mandatory - it's in the README.md for the new name that we really must do this.
source/patterns/@aws-solutions-constructs/aws-events-rule-sns/test/integ.events-rule-no-arg.ts
Show resolved
Hide resolved
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Issue #291 , if available:
Description of changes:
-Created new construct aws-eventbridge-sns
-Created wrapper in aws-events-rule-sns to support new construct
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.