S3 Bucket Notifications
Creating S3 bucket notifications in DuploCloud
DuploCloud makes it easy to configure event-driven workflows using Amazon S3 bucket notifications. You can trigger SQS queues, SNS topics, or Lambda functions automatically when specific events occur in an S3 bucket, such as when a new object is uploaded or deleted.
Before setting up a notification, ensure the destination resource (SQS, SNS, or Lambda) is available in your Tenant. For help creating these resources, see:
SQS Queues: for receiving event messages asynchronously.
SNS Topics: for publishing notifications to multiple subscribers.
Lambda Functions: to execute custom code in response to events.
Creating S3 Bucket Notifications
Automatically trigger SQS queues, SNS topics, or Lambda functions when specific events occur in your S3 bucket, for example, when a new object is created.
Navigate to Cloud Services -> Storage.
Select the S3 tab.
In the NAME column, click the name of the bucket you want to configure.
Select the Notifications tab.
Click Add. The Add S3 Bucket Notification pane displays.

Add S3 Bucket Notification pane Complete the following fields:
Destination Type
Select the service that will receive event notifications, e.g., SQS, SNS, or Lambda.
Destination
Select the specific destination resource (the SNS, SQS, or Lambda).
Event Types
Specify the events that will trigger notifications. You can select multiple events, e.g., All object create events, PUT, Object Removed.
Click Save to create the notification.
Enabling Amazon EventBridge Notifications
In addition to specific event notifications, you can forward all S3 bucket events to Amazon EventBridge.
In the DuploCloud Portal, navigate to Cloud Services -> Storage.
Select the S3 tab.
In the NAME column, click the name of the bucket you want to configure.
Select the Notifications tab.
In the Amazon EventBridge section, click Edit. The Edit Amazon EventBridge pane displays.

Edit Amazon EventBridge pane Select On or Off in the Send notifications to Amazon EventBridge for all events in this bucket list box.
Click Save.
Last updated
Was this helpful?

