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·111 readsAWS
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·111 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·165 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·32 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...63 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...46 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...208 readsAWSEKS
Andres Cubillosacubillos.hashnode.dev·Oct 11, 2024How to Set Up AWS S3 Bucket Cross-Account Replication Using CDKRecently, I received a requirement to replicate files from one S3 bucket to another in a different AWS account. While setting this up through the AWS Console was relatively straightforward, I found it more challenging to implement using the AWS Cloud...5 likes·103 readsAWS
Calvin Torracalvin.hashnode.dev·Oct 7, 2024Creating a new AWS CDK Project and deploying a Lambda Functionhttps://www.youtube.com/watch?v=cxQc7Cgh0s4aws-cdk
Matt Martzmartzmakes.com·Sep 16, 2024The "Backend For Frontend" (BFF) PatternIt’s exhausting, isn’t it? Crafting this pristine backend, where services are finely tuned with domain logic, validation, and business rules, all while your poor frontend is left out in the cold, making endless HTTP requests to multiple services, pie...241 readsAWS
Amador Criadoamatore.dev·Sep 3, 2024FeaturedBuilding a "Real-Time" Data Integration Platform on AWSIntroduction During my work on several projects as a Cloud Architect, I noticed a recurring challenge: Integrating diverse data sources and delivering real-time updates to multiple clients Whether it's monitoring environmental conditions in smart a...39 likes·376 readsAWSrealtime