Invoking Lambda from S3 events with CDK
Intro
It's very common to have a requirement for web applications to allow uploads to S3, and then have some post-processing take place on those files.
A useful pattern is to have S3 fire an event once an object has been created (uploaded), and to in...
tomh.hashnode.dev11 min read