Verifying Cognito access tokens - Comparing three JWT packages for Lambda authorizers
When using Cognito access tokens to secure our API, we can choose from several JSON Web Token packages to verify tokens in Lambda authorizer functions.
1. The scenario
When the built-in Amazon...