THTom Hillintomh.hashnode.dev·Jul 26, 2022 · 11 min readServerless email delivery with AWS CDKMost online applications need to send emails - not just to external users but also to internal users or stakeholders. You can use an external service for this, however, there are times when you can't (or don't want to) outsource it. This post outline...00
THTom Hillintomh.hashnode.dev·Jul 18, 2022 · 11 min readInvoking Lambda from S3 events with CDKIntro 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...00
THTom Hillintomh.hashnode.dev·Jul 7, 2022 · 3 min readSetting up the AWS Cloud Development Kit (CDK)This is a brief explanation on how to set up the AWS Cloud Development Kit (CDK) so you can start building your serverless applications. It's a straightforward 3-step process; you need to install and configure NodeJS, the AWS CLI, and finally the AW...00