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

aws-s3-notifications #2445

Closed
2 tasks
eladb opened this issue May 1, 2019 · 0 comments · Fixed by #2659 or MechanicalRock/tech-radar#14 · May be fixed by MechanicalRock/cdk-constructs#5, MechanicalRock/cdk-constructs#6 or MechanicalRock/cdk-constructs#7
Closed
2 tasks
Assignees

Comments

@eladb
Copy link
Contributor

eladb commented May 1, 2019

  • Centralize all IBucketNotificationDestination integrations into the aws-s3-notifications module (already exists).
  • Also, change the semantics of subscribing to bucket notifications from onXxx to addSubscription, to distinguish that these are not CloudWatch Events.
@eladb eladb changed the title Centralize all IBucketNotificationDestination integrations aws-s3-notifications May 1, 2019
@eladb eladb added the may-15 label May 14, 2019
@rix0rrr rix0rrr self-assigned this May 24, 2019
rix0rrr added a commit that referenced this issue May 24, 2019
In accordance with new guidelines, we're centralizing cross-service
integrations into their own package. In this case, centralizing S3
Notification Destinations into `@aws-cdk/aws-s3-notifications`.

Fixes #2445.

BREAKING CHANGE: using a Topic, Queue or Lambda as bucket notification
destination now requires an integration object from the
`@aws-cdk/aws-s3-notifications` package.
rix0rrr added a commit that referenced this issue May 29, 2019
In accordance with new guidelines, we're centralizing cross-service
integrations into their own package. In this case, centralizing S3
Notification Destinations into `@aws-cdk/aws-s3-notifications`.

Fixes #2445.

BREAKING CHANGE: using a Topic, Queue or Lambda as bucket notification
destination now requires an integration object from the
`@aws-cdk/aws-s3-notifications` package.
This was referenced Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment