With v0.10.2, you can create S3 buckets with notif...
# general
f
With v0.10.2, you can create S3 buckets with notifications like this:
Copy code
new sst.Bucket(this, "Bucket", {
  notifications: ["src/lambda.main"],
});
More examples hereĀ https://docs.serverless-stack.com/constructs/Bucket
f
Oh no..
notifications
are just adding/removing objects in S3 bucket triggering Lambda function
Once the S3 Object Lambdas are available in CDK, we will look into adding support for it