Why I Chose AWS Lambda to Power My App’s Cloud Logic
Marc Hendri Soquiat2025-06-27T09:40:37+00:00For this article, I will demonstrate how I used AWS Lambda as an all-around backend system for a mock-up mobile application I developed for my Design subject in school. The mobile application is an IoT application that integrates communication between a mobile device and a handheld barcode scanner using a Bluetooth module. It also includes security functions, such as code decryption and user statuses. For the dependencies, I used flutter_blue, get, and http. The list below indicates the use cases of AWS Lambda for my mobile application. I hope, by the end of this article, you will know how to [...]