Lambda Authorizer – Secure Access to User’s Data in RDS
In this tutorial, you will learn how to secure access to User’s Data in RDS using Lambda Authorizer. First, the Lambda Authorizer function will authenticate the caller by validating JWT using nimbus-jose-jwt library. After that, the Lambda Authorizer function will return an output object containing an IAM policy. The Authorizer will also return additional information…
Read More Lambda Authorizer – Secure Access to User’s Data in RDS