Tag: golang
All the articles with the tag "golang".
-
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.