How to handle S3 events inside a Kubernetes Cluster?

Viewed 690

I have a Kubernetes cluster that runs on AWS EKS, now I want to handle S3 object creation events in a pod, like I would with AWS Lambda.

How can I handle S3 events from inside a Kubernetes cluster?

0 Answers
Related