Résumé for Michael Wayne Arnold
I am a Data Engineering & Architecture Leader with 15+ years of experience driving enterprise cloud data strategies, modernizing legacy pipelines, enabling data democratization, and delivering scalable platforms for advanced analytics and ML/AI initiatives. I have a proven ability to align data architecture with business priorities, lead cross-functional teams, and deliver measurable outcomes at scale. Technical Projects 🖥 GitHub Profile 🤓 Tech Writings Contact Information 📧 michael@rnold.info 🐘 @marmanold@micro.blog Read more...
Serverless on LocalStack
I’ve recently had occasion to start writing a series of services on the AWS stack using the Serverless Framework. Serverless is a great framework, but I really don’t like having to deploy stuff to AWS to test DynamoboDB streams, SQS queues, etc. That’s where LocalStack comes in. LocalStack lets you host an entire AWS ecosystem locally so you can test “all the things” without actually deploying anything. LocalStack works great, but I discovered there are a few undocumented things that you’ll need to know to get your stuff working correctly locally. Read more...