Tag: data
All the articles with the tag "data".
-
AWS Step Functions Callback Pattern
Some operations in a system function asynchronously. Many times, those same operations must also happen to be responsible for coordinating external workflows to provide an overall status on the execut
-
Building Serverless Applications with AWS - Data
Building Serverless applications can feel a bit overwhelming when you are first getting started. Sure, Event-Driven Systems have been around for many years but this notion of using managed services to
-
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
-
BatchGetItem with Golang
Achieving the fetch of multiple items from DynamoDB using the BatchGetItem operation with Golang
-
Parsing a Parquet file with Golang
parsing Apache Parquet format stored in S3 using Golang
-
Unmarshalling a DynamoDB Map into a Go Struct
Unmarshalling a DynamoDB map into a Go struct
-
Querying AWS Healthlake from Go
Querying AWS Healthlake with Go