Tag: programming
All the articles with the tag "programming".
-
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
-
Extending and Customizing the JWT from Cognito via AWS Lambda using Go
Cognito JWT customization using Go Lambda triggers lets you add private claims to ID tokens through the PreTokenGeneration user pool trigger.
-
Unmarshalling a DynamoDB Map into a Go Struct
DynamoDB map unmarshalling in Go lets you convert nested key-value attributes into strongly typed structs using custom UnmarshalDynamoDBAttributeValue methods.
-
Mapping AWS State Machine output to API Gateway response with VTL
VTL mapping templates in API Gateway transform Step Functions output into custom HTTP responses with dynamic status codes and JSON payloads.
-
Creating an AWS Cognito User with an Auto-Incrementing ID using AWS Step Functions
Creating a Cognito User with AWS Step Functions native SDK integrations
-
Querying AWS Healthlake from Go
AWS HealthLake querying with Go requires signed REST API requests to fetch FHIR Bundles and Patient resources from your datastore endpoint.
-
Handling "Poison Pill" Messages with AWS Kinesis and Lambdas
Kinesis poison pill messages block stream processing for hours when Lambda event sources fail, but CDK event source configurations can solve this.