Building a Garmin Dashboard - Automating Data Persistence with AWS SAM and Lambda
Automating the daily download of Garmin Connect data to S3 using AWS SAM and Lambda. The eventual goal is to build a dashboard to visualize our health data using AWS.
Automating the daily download of Garmin Connect data to S3 using AWS SAM and Lambda. The eventual goal is to build a dashboard to visualize our health data using AWS.
Learn how to deploy a simple python project to AWS Lambda using the Serverless Framework. We will use the LinkedIn Professional Jargon bot as a sample project.
In this post we go through creating a small function that posts artifically generated status messages on LinkedIn. These messages are generated by taking trends from the ThoughtWorks technology radar and running sentences into DeepAI's text generator.
Building a Dog Bark Detector to help understand what my dogs do while I'm not home. In this post we cover how to deploy a simple frontend that leverages AppSync resolvers for DynamoDB and build a simple Vue dashboard for interacting with the bark events.
Building a Dog Bark Detector to help understand what my dogs do while I'm not home. In this post we cover how to extract and process audio from video clips using a Serverless lambda processor and FFMPEG layers.
The development of Selfie2Anime has had its ups and downs. This post is an overview of the iterations we've made along this journey so far and what the plans are for the future
WA Animals Amazon EventBridge rule to alert Slack with a Serverless lambda when someone signs in to AWS Account
Run OpenCV 4.0 on Lambda using Serverless framework. Extract images from scanned documents
Deploy a Serverless function that performs video watermark conversions. Create a pipeline using Lambda Layers fronting FFmpeg.