Daily Stock Market Updates In Slack Using Python and AWS Lambda

Posted on Mon 20 February 2023 in Tech • Tagged with python, aws, tech, money • 3 min read

A way to get daily updates of the major stock indicies in Slack using a Python script running in AWS Lambda


Continue reading

Sending Minimed 770G Data To Nightscout On AWS

Posted on Sat 12 March 2022 in Tech • Tagged with tech, aws, diabetes, health • 7 min read

I set up Nightscout on AWS using EC2, ALB, and Route 53 instead of Heroku and Mongo Atlas. I also used a custom xDrip+ Android app to send CGM data to my Ticwatch E3. Here are the details!


Continue reading

AWS Certified DevOps Engineer - Professional Exam

Posted on Sat 29 January 2022 in Tech • Tagged with aws, work • 5 min read

Notes, resources, and thoughts on the AWS Certified DevOps Engineer - Professional exam after passing in January 2022.


Continue reading

How I Fixed AWS ELB Health Checks Failing On Flask

Posted on Sun 28 February 2021 in Tech • Tagged with flask, python, aws • 3 min read

Details on how I set up a Flask application on AWS ECS behind an Elastic Load Balancer, and what I had to do to get the ELB health checks to properly work.


Continue reading

Calling A Python Lambda Function From Pelican

Posted on Sun 09 August 2020 in Tech • Tagged with pelican, aws • 6 min read

Details on how I created a subscribe form on my Pelican static site that calls AWS Lambda and stores data in AWS DynamoDB.


Continue reading