Archive: 2024/9

AWS Certified AI Practitioner Certification

I am now a certified AWS AI Practitioner! This is a fairly new certification from AWS focusing on MLOps and GenAI workloads on AWS. I highly recommend these practice exams on Udemy.

CDK Construct for Athena DynamoDB Connector

The AWS Athena connector for DynamoDB enables you to query data stored in Amazon DynamoDB using Amazon Athena, which is typically used to query structured data in S3 using standard SQL. Since DynamoDB

Initialize Terraform AWS State Resources

So, I have a funny story. I was testing a new app in Terraform, and thought it would be a good idea to define my Terraform State bucket and lock table in the Terraform code. Everything went well, all my infrastructure was defined as code, and for a while everything was perfect…