Lorenzo Hidalgo Gadealhidalgo.dev·Jan 19, 2025How to Create a URL Shortener with Custom Analytics using AWS ServicesTL;DR; This article covers how to implement a basic URL Shortener API with Custom Metrics. The sample project implements a Serverless Solution, deployed with the help of AWS CDK that relies on API GateWay, DynamoDB, Lambdas and Custom Cloudwatch metr...1 like·37 readsBuilding Cloud DigestCDK
Benoît Bourébenoitboure.com·Jan 14, 2025Invoking Private API Gateway Endpoints From Step FunctionsAt Re:Invent 2024, AWS announced EventBridge and Step Functions integration with private APIs. Thanks to this new feature, customers can now directly invoke APIs that are inside a private VPC from EventBridge (with API destinations), or Step Function...10 likes·325 readsAWS
Ganesh Jaiwalblog.ganeshjaiwal.dev·Jan 14, 2025Mastering Responsive Design with Angular CDK’s BreakpointObserverIn today's fast-paced digital landscape, creating adaptive and user-friendly applications is more crucial than ever. As mobile devices proliferate and screen sizes vary, developers must ensure their applications respond seamlessly to varying dimensio...1 likeAngular
Matt Martzmartzmakes.com·Dec 21, 2024Rendering Diagrams with AWS LambdaDiagrams are the unsung heroes of technical projects. Whether you’re sketching out the architecture of your latest application or untangling the web of nodes in your LLM agents, a good visual can make all the difference. But what if you could dynamic...1 like·406 readsserverless
Jannik Wempeblog.jannikwempe.com·Dec 17, 2024Why and How to Use Snapshot Tests in AWS CDKWhen I first encountered snapshot tests, I was skeptical. The concept seemed strange, and their benefits weren't immediately obvious. But after experiencing their value firsthand, I've become a convert – and here's why I think you should give them a ...40 likes·341 readsAWS
Benoît Bourébenoitboure.com·Dec 16, 2024Unmarshalling DynamoDB Items from Step FunctionsAWS Step Functions introduced two new features: variables and support for JSONata. JSONata is a lightweight query and transformation language for JSON data. Whoever has worked with Step Functions knows that this is a real game-changer! When I heard t...4 likes·613 readsDynamoDBAWS
Andres Cubillosacubillos.hashnode.dev·Dec 3, 2024Start and Stop EC2 Instances with Event Bridge Scheduler Using Universal TargetsManaging EC2 instances efficiently is a common challenge for AWS users. Whether it's optimizing costs or ensuring resources are available when needed, automating these tasks can save time and effort. This is where EventBridge Scheduler comes in—a ful...3 likes·43 readsAWS
Jakub Duchoňblog.duchy.sk·Oct 21, 2024Importing CloudFormation templates into a CDK applicationIntroduction In this brief blog post, we will look into how we can integrate an existing AWS CloudFormation template into an AWS CDK (Cloud Development Kit) application, and some of the use cases where we might want to use this approach. We will also...64 readsCDK
Mikaeel Khalidblog.mikaeels.com·Oct 17, 2024Importing Existing VPC in AWS CDKManaging network infrastructure efficiently is crucial for deploying scalable and secure applications on AWS. AWS Cloud Development Kit (CDK) offers a powerful way to define cloud infrastructure using familiar programming languages. This guide provid...68 readsAWS CDKAWS
Amador Criadoamatore.dev·Oct 16, 2024Ingesting F1 Telemetry UDP real-time data in AWS EKSIntroduction In this post I’ll continue with my series of Real Time data integration in Cloud. This time I’ll explain How I built a real time telemetry data ingestion pipeline using AWS EKS to process UDP data from the F1 2023 Playstation 4 game. The...257 readsAWSEKS