AWS

7 articles

AWS Lambda Durable Functions - Build a Loan Approval Workflow with Checkpoints, Callbacks, and a React Frontend

AWS Lambda Durable Functions - Build a Loan Approval Workflow with Checkpoints, Callbacks, and a React Frontend

I have been using AWS Step Functions for workflow orchestration for a long time now. I used it in my Serverless Data Processor project to coordinate batch data processing and in the Serverless Cloud Pizzeria to manage pizza order progress with task t...

My AWS Summit Toronto experience and GenAI

My AWS Summit Toronto experience and GenAI

I have been experimenting and working with AWS for many years now. Way back when, I started out by purchasing a training course put out by Yan Cui (featuring his cat) and have learned so much since then. I was fascinated with the idea of the scale an...

Managed Secure SFTP using Terraform

Managed Secure SFTP using Terraform

There are many ways to securely transfer data around today. One approach that has been around for a long time involves using the Secure File Transfer Protocol (SFTP). SFTP is a network protocol that provides file access, file transfer, and file manag...

Serverless Cloud Pizzeria Shop

Serverless Cloud Pizzeria Shop

I have spent lots of time learning about various areas of software and cloud development so far in my career and wanted to work on a project that combined many of those components. In recent years most of my focus has been on backend technologies but...

Serverless AWS Account Watcher

Serverless AWS Account Watcher

Keeping track of all the actions being done in your AWS account can be a real challenge - especially when you have multiple team members using the same account. All actions in your account get recorded in the AWS CloudTrail application in AWS. This t...

AWS SSO Credentials With Multiple Accounts

AWS SSO Credentials With Multiple Accounts

AWS IAM Identity Center Traditionally everyone has used usernames and passwords to access everything and has to keep track of the credentials for all the accounts they use. Now there are much better approaches available with many services and applica...

Serverless Site Health Check Notification System

Serverless Site Health Check Notification System

I have been spending lots of time the last few years working on projects in cloud environments. Most of my adventures involve AWS but i have spent time with all the major clouds and have tried out many of the components they provide. There are so man...