Tag: aws
All the articles with the tag "aws".
-
Event-Driven Serverless Data Architecture
Follow me along on a journey toward data unification. One of the applications that I work on is a modern, distributed, event-driven and serverless-based architecture. What that means is that data is c
-
EventBus Mesh
EventBus Mesh pattern connects multiple EventBridge buses to isolate microservice boundaries while enabling cross-domain event-driven communication.
-
Subscribe SNS to EventBridge Pipes
I've been thinking and working hard on how I can start to introduce EventBridge and Pipes into some of my existing applications. Unfortunately, I have SNS in front of a lot of my service code and you
-
Canary Deployment for AWS Lambda
In life, when working on anything, small and iterative changes give us the best opportunity for feedback and learning. And it's through that feedback and failure even that we get better. The same thin
-
BatchGetItem with Golang
DynamoDB BatchGetItem with Golang retrieves multiple items by key in a single call using the AWS SDK BatchGetItemPagesWithContext function.
-
Common AWS CLI commands and explanations
AWS CLI commands reference covering SNS, SQS, S3, CloudFormation, CodeCommit, Cognito, and Kinesis with practical examples and explanations.
-
Parsing a Parquet file with Golang
parsing Apache Parquet format stored in S3 using Golang
-
Streaming DynamoDB to EventBridge Pipes
Stream AWS DynamoDB changes to a Lambda via AWS EventBridge Pipes, Rules and CDK