Amazon Bedrock Agentcore & System DesignThe recent general availability of Amazon Bedrock Agentcore marks a significant milestone in the evolution of AI-powered applications on AWS. While Bedrock has already established itself as a leading platform for building and scaling generative AI so...Nov 22, 2025·12 min read
Personal Use of AWS Organizations Using CDKOver the years of using AWS, I’ve invested a lot of effort into managing costs and maintaining a tidy account. However, I began creating new accounts and closing them once they were no longer needed. This approach has led to several challenges, inclu...Nov 29, 2024·10 min read
Conventional Use of AWS CDKInfrastructure as code, a principal rule of agility and reliability, helps deliver configurable software by combining all different pieces into a single asset, such as Software code, Configuration, and infrastructure. However, this approach introduce...Nov 4, 2024·8 min read
Lambda Code Execution Freeze/ThawAWS Lambda, a serverless computing service, enables code execution on demand while providing an isolated environment for each individual request. This design inherently ensures reliability, as any failure in one request does not affect others. When w...Oct 18, 2024·9 min read
Enterprise Level Micro-frontend on AWSMicro-frontends, a center of interest for some years now, have evolved rapidly and have become a great choice for achieving independent, autonomous, and well-defined teams and services that improve the velocity and agility of applications. This artic...Aug 28, 2024·21 min read
EventBridge Api DestinationThis article walks through the event bridge Api Destinations and delves into some architectural abstractions when using the Api Destinations. Eventbridge provides a highly available and scalable service bus that covers the Point to point and Fan-Out ...May 3, 2024·7 min read