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
Using and EventBus Mesh can provide good separation of concerns when developing features usin an Event-Driven Architecture
-
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
Achieving the fetch of multiple items from DynamoDB using the BatchGetItem operation with Golang
-
Common AWS CLI commands and explanations
How to use some common AWS CLI Commands
-
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