Create AWS CloudFront on Pay-as-You-Go (not the Free Plan)
Create CloudFront pay-as-you-go via AWS CLI.
The AWS Free plan is not working for me and Pay-as-you-go is hidden for new CloudFront Distributions on AWS Console .
Create CloudFront pay-as-you-go via AWS CLI.
The AWS Free plan is not working for me and Pay-as-you-go is hidden for new CloudFront Distributions on AWS Console .
Automate Hugo deployment to AWS S3
Deploying a Hugo static site to AWS S3 using the AWS CLI provides a robust, scalable solution for hosting your website. This guide covers the complete deployment process, from initial setup to advanced automation and cache management strategies.
Transactions in Microservices with Saga pattern
The Saga pattern provides an elegant solution by breaking distributed transactions into a series of local transactions with compensating actions.
Optimize developing and running Hugo sites
Hugo caching strategies are essential for maximizing the performance of your static site generator. While Hugo generates static files that are inherently fast, implementing proper caching at multiple layers can dramatically improve build times, reduce server load, and enhance user experience.
Complete security guide - data at rest, in transit, at runtime
When data is the a valuable asset, securing it has never been more critical. From the moment information is created to the point it’s discarded, its journey is fraught with risks - whether stored, transferred, or actively used.
Event-driven architecture with AWS Kinesis for scale
AWS Kinesis has become a cornerstone for building modern event-driven microservices architectures, enabling real-time data processing at scale with minimal operational overhead.
Step-by-step example
Here we have a Python Lambda example of SQS Message Processor + REST API with API Key Protection + Terraform script to deploy it for serverless execution.
How to develop Amazon Alexa Skill - instructions.
In this article, we’ll take a deep dive into Alexa skill development, testing, and publishing. We’ll also cover design principles, technical considerations, and best practices to ensure your skill provides an engaging and natural user experience.
Slightly different APIs require special approach.
Here’s a side-by-side support comparison of structured output (getting reliable JSON back) across popular LLM providers, plus minimal Python examples
And deploying new Telegram bot to AWS
Here are my notes with step-by-step tutorial on how to implement and deploy to AWS a Telegram bot. I’ve added a quick start (long polling) and a production-ready path (webhooks), with examples in Python and Node.js.
Nice tool for platform engineering on AWS
The AWS Cloud Development Kit (AWS CDK) is a framework that enables you to define and provision cloud infrastructure using familiar programming languages like TypeScript, Python, Java and Go.
Short list of LLM providers
Using LLMs is not very expensive, might be no need to buy new awesome GPU. Here is a list if LLM providers in the cloud with LLMs they host.
Overview and installing Minio
MinIO is an open-source, high-performance, distributed object storage system designed to be fully compatible with the Amazon S3 API.
When you quickly need some async happening in the cloud
Short comparison of the RabbitMQ on AWS EKS and AWS SQS
Here I'm describing how to fix this error
Some time ago I described how to Deploy Flutter project with backend to AWS Amplify.
Example of implementation
Here I list steps needed to implement pair of lambda functions in AWS SAM: