Category: aws

Scalable Architecture Pattern

Scalable Architecture Pattern

My exploration of Amazon Bedrock started as curiosity — could I automate daily technical summaries?
It evolved into something bigger: a repeatable way to architect AI-powered systems that think at scale.
I call it the Scalable Architecture Pattern — a Hexagonal Architecture with an Agent + Knowledge Base core, designed for the new world of Agentic AI.

Parameter Store at Edge

Parameter Store at Edge

Continuing on the Serverless GraphQL at Edge journey, one of the optimizations to do is having a configuration variable using Systems Manager (SSM) Parameter Store.  One can only create a Parameter Store in a specific region but working with Lambda@Edge means these Parameter Stores may not be in the same region where the lambda is …

+ Read More

Serverless GraphQL, a Step Closer to User

Serverless GraphQL, a Step Closer to User

GraphQL can be Frontend’s BFF,  I mean by BFF is Backend for Frontend.  That in turn takes away the user and/or business logic from Frontend when dealing with user experience.  But is it worth separating the said logic from Frontend when the BFF server is miles away?   One of the solutions when working on AWS …

+ Read More