Skip to main content

Bucket Notifications API for AWS S3

Project description

S3 Bucket Notifications Destinations


Stability: Stable


This module includes integration classes for using Topics, Queues or Lambdas as S3 Notification Destinations.

Example

The following example shows how to send a notification to an SNS topic when an object is created in an S3 bucket:

import s3n = require('@aws-cdk/aws-s3-notifications');

const bucket = new s3.Bucket(stack, 'Bucket');
const topic = new sns.Topic(stack, 'Topic');

bucket.addEventNotification(s3.EventType.OBJECT_CREATED_PUT, new s3n.SnsDestination(topic));

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aws-cdk.aws-s3-notifications-1.10.1.tar.gz (39.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aws_cdk.aws_s3_notifications-1.10.1-py3-none-any.whl (38.9 kB view details)

Uploaded Python 3

File details

Details for the file aws-cdk.aws-s3-notifications-1.10.1.tar.gz.

File metadata

  • Download URL: aws-cdk.aws-s3-notifications-1.10.1.tar.gz
  • Upload date:
  • Size: 39.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.5

File hashes

Hashes for aws-cdk.aws-s3-notifications-1.10.1.tar.gz
Algorithm Hash digest
SHA256 a9cd8f524f6ad65c7b70b2669fa5c19309630d3b510dadca9c284ed47d5751d5
MD5 b03ad214d62a418dc5f265ec1d84e3da
BLAKE2b-256 c5455179c00473b21029d67dac4c24bcf2c7a20db87fb20fccb3ff7a47de5099

See more details on using hashes here.

File details

Details for the file aws_cdk.aws_s3_notifications-1.10.1-py3-none-any.whl.

File metadata

  • Download URL: aws_cdk.aws_s3_notifications-1.10.1-py3-none-any.whl
  • Upload date:
  • Size: 38.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.5

File hashes

Hashes for aws_cdk.aws_s3_notifications-1.10.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a63c0f247e3963d5ccdfdc48dbbebecb8cf1ac0ee933575c4aee20c219dfe6c1
MD5 d8b193a6d9d79607883fb6a97fb2661f
BLAKE2b-256 6660cb2ed2ca37c08a3a847488a0d7ec2b53d0d65099e7b0b00510e1ad9de018

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page