Secure access to Amazon API Gateway by using an Amazon Cognito User Pool
Contents:
00:00 - Intro
02:18 - Practice Lab
25:30 - DIY
Practice Lab Goals
1. Validate that Amazon API gateway can invoke an AWS Lambda function
2. Configure an Amazon Cognito User Pool
3. Configure an authoriser and attach it to an Amazon API Gateway method
4. Obtain and configure Amazon Cognito user pool tokens
5. Use the Amazon Cognito user pool ID to access your API in Amazon API Gateway
DIY
1. Configure Amazon API Gateway to integrate with the DIY AWS Lambda Function
2. Use the Amazon Cognito user pool ID token to access your API in Amazon API Gateway, which then invokes the DIY Lambda Function