Node.js Express and AWS Lambda

Expressjs is well known framework for build javascript applications and APIs. I often use express to build Proof of concept apps ( heh I build this little one just last week https://www.apprunnerdemo.com ). One of the questions I get asked a lot is how should I begin building small apps in a Serverless manner without… Continue reading Node.js Express and AWS Lambda

Reference and import existing assets into AWS CDK

Hey Everyone, Have spent quite a bit of time recently using AWS CDK to build cloud infrastructure via code. What I really like about it is the fact I can code up AWS infrastructure in my preferred language (generally Python or Javascript) and spend less time to do this than in the past when I… Continue reading Reference and import existing assets into AWS CDK