/images/avatar.png

Tech Lead and AWS Developer

What Does This Blog Cost? โ€” A Live Cost Dashboard with AWS Cost Explorer

๐Ÿ”Š Voiced by Amazon Polly One question I ask myself with every AWS project: what does this actually cost? For this blog I built the answer directly in โ€” at the bottom of this post you can see live what aws-sensei.cloud has cost in the current month, broken down by AWS service. The Idea The goal was not a static screenshot dashboard, but real live data straight from AWS โ€” updated daily, embedded directly in the blog.

Sentiment Analysis in the Blog โ€” with AWS Comprehend, Lambda and API Gateway

๐Ÿ”Š Voiced by Amazon Polly The APIs pipeline from the previous post was ready โ€” waiting for its first feature. The result is the sentiment analysis widget you can try out at the bottom of this post: type a sentence, AWS Comprehend analyzes it in real time and tells you whether it reads as positive, negative, neutral, or mixed. The Architecture Browser โ†’ API Gateway โ†’ Lambda โ†’ AWS Comprehend Three AWS services, all serverless.

Three Pipelines, One Platform โ€” My CI/CD Architecture on AWS

๐Ÿ”Š Voiced by Amazon Polly In the first post I described how aws-sensei.cloud is set up โ€” Hugo, S3, CloudFront, a CodeBuild pipeline. That was a good start. But one pipeline for everything doesn’t scale. The problem showed up in practice faster than expected: with a single pipeline, I kept hitting the CodeBuild free tier limit just by writing blog posts โ€” even though I had only changed Markdown. Every commit triggered the full pipeline: Hugo build, infrastructure deploy, everything.