-
Week 1 : AWS Cognito Pre token generation Lambda trigger in .NET
Sometimes when working with Cognito you want to add, remove, or modify claims on both ID and Access tokens before returning them to an application. This week I had to work through creating such a trigger using .Net so here is a small tutorial on getting a simple one up and running to hopefully make…