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

Add EventBridge S3Events notifications #70

Merged
merged 1 commit into from
Nov 7, 2024
Merged

Conversation

ugocottin
Copy link
Contributor

Add EventBridge S3Events notifications

Motivation:

I want to handle S3 event notifications sent via EventBridge with a Lambda. These events are not defined.

Modifications:

Based on AWS S3 documentation, I've added the following events:

  • Object Created
  • Object Deleted
  • Object Restore Initiated
  • Object Restore Completed
  • Object Restore Expired
  • Object Storage Class Changed
  • Object Access Tier Changed
  • Object ACL Updated
  • Object Tags Added
  • Object Tags Deleted

I've also added tests for S3 events with examples on S3 EventBridge event message structure.

Result:

You can now handle S3 events notifications from EventBridge!

@MahdiBM
Copy link
Contributor

MahdiBM commented Oct 16, 2024

Perhaps you'd want to use Soto's EventBridge APIs instead?

@ugocottin
Copy link
Contributor Author

Hi @MahdiBM,

Thanks for the tip, but the goal here is to trigger a Lambda through EventBridge, I'm not making any call to EventBridge API. Perhaps for calling S3 API, yes, but now that AWS SDK of Swift is GA, I prefer to use AWS SDK rather than Soto.

@MahdiBM
Copy link
Contributor

MahdiBM commented Oct 24, 2024

@ugocottin ah I see.

FWIW Soto has been working great for us, and it's still likely a better choice for Swift on Server considering it properly integrates with all the Server Side Swift stuff.
Like using packages that are based on SwiftNIO, which are a better fit for Server Side. Things like using AsyncHTTPClient and not relying on URLSession.

@sebsto
Copy link
Contributor

sebsto commented Nov 7, 2024

@swift-server-bot test this please

Copy link
Contributor

@sebsto sebsto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sebsto sebsto merged commit cfd688e into swift-server:main Nov 7, 2024
@sebsto
Copy link
Contributor

sebsto commented Nov 7, 2024

Thank you @ugocottin for this change. Now merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants