Commit 9ef899c
authored
refactor(sns): move subscribers to
In accordance with new guidelines, we're centralizing cross-service
integrations into their own package. In this case, centralizing
SNS Subscribers into @aws-cdk/aws-sns-subscribers.
BREAKING CHANGE: using a queue, lambda, email, URL as SNS Subscriber now
requires an integration object from the `@aws-cdk/aws-sns-subscribers`
package.aws-sns-subscribers (#2804)1 parent a12fcfa commit 9ef899c
File tree
69 files changed
+6042
-727
lines changed- packages
- @aws-cdk
- app-delivery
- assert
- assets-docker
- aws-applicationautoscaling
- aws-autoscaling-common
- aws-autoscaling-hooktargets
- lib
- aws-cloudfront
- aws-cloudtrail
- aws-cloudwatch-actions
- aws-codebuild
- aws-codecommit
- aws-codepipeline-actions
- lib
- test
- aws-ecs-patterns
- aws-ecs
- aws-events-targets
- test
- codebuild
- sns
- aws-lambda-event-sources
- lib
- aws-logs-destinations
- aws-route53-targets
- aws-route53
- aws-s3-notifications
- aws-sns-subscriptions
- lib
- test
- aws-sns
- lib
- test
- aws-sqs
- aws-stepfunctions-tasks
- cdk/lib
- cloudformation-diff
- aws-cdk/lib/init-templates
- app
- csharp/src/HelloCdk
- java
- src/main/java/com/myorg
- lib/typescript
- lib
- sample-app
- javascript
- lib
- python
- hello
- typescript
- lib
- decdk
- tools/cdk-integ-tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+6042
-727
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| 94 | + | |
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
100 | | - | |
| 102 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments