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...Discuss·59 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...Discuss·39 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...Discuss·180 readsAWSEKS
Andres CubillosforAndres 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...Discuss·4 likes·85 readsAWS
Calvin Torracalvin.hashnode.dev·Oct 7, 2024Creating a new AWS CDK Project and deploying a Lambda Functionhttps://www.youtube.com/watch?v=cxQc7Cgh0s4Discussaws-cdk
Matt Martzmatt.martz.codes·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...Discuss·225 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...Discuss·37 likes·349 readsAWSrealtime
Johannes Kochlockhead.hashnode.dev·Sep 2, 2024A self-hosted CodeCommit alternativeA few weeks ago AWS CodeCommit became a deprecated service on AWS. This means, customers cannot create new repositories anymore – refer to this announcement for all details: Blog for CodeCommit There are obviously a lot of alternatives to CodeCommit ...DiscussAWS
Derek Murawskyblog.murawsky.net·Aug 14, 2024EventBridge Pipes in PracticeAmazon released EventBridge Pipes in December of 2022. It is a fantastic tool that attempts to simplify gluing pieces of a cloud infrastructure together in a serverless way. Where you previously needed a glue lambda and queues, you may be able to use...Discuss·11 likes·130 readsAWS
Adarsh Kumar Vermaadarshverma013.hashnode.dev·Aug 4, 2024Construct and Stack in AWS CDKHola Amigos,In this article I am going to discuss about Stack and Constructs in AWS CDK. Constructs A construct in cdk is typically a building block using which we create different resources for our Infrastructure. Construct can be consisting of eith...DiscussAWS