Archive of posts with category 'AWS'

Why Your AWS IoT Rule Isn't Firing: IN ... AND in the WHERE Clause Returns Undefined

I came across a strange issue a few weeks ago when working with AWS IoT Core. I had a topic rule that deployed without any errors and showed as enabled...

Complete Guide: Deploying Go (Golang) to AWS Lambda

AWS Lambda is a powerful serverless platform, and Go is one of the best languages for it — fast cold starts, tiny binaries, and excellent performance. This guide covers everything...