Create a Secure API Endpoint for a Lambda Function (Amazon API Gateway)
In this advanced-level lab, you'll learn to create a secure Amazon API Gateway endpoint for an AWS Lambda function. First, you will create a new Amazon API Gateway for a REST API. Next, you will add an AWS Lambda integration to your Amazon API gateway, and then you will define a route and an HTTP GET request on your AWS Lambda function. Next, you will add an API key to your Amazon API Gateway to prevent unauthorized access. Finally, you will verify that you can authenticate to your Amazon API Gateway, and then you will retrieve data via your AWS Lambda function.

Overview
In this advanced-level lab, you'll learn to create a secure Amazon API Gateway endpoint for an AWS Lambda function. First, you will create a new Amazon API Gateway for a REST API. Next, you will add an AWS Lambda integration to your Amazon API gateway, and then you will define a route and an HTTP GET request on your AWS Lambda function. Next, you will add an API key to your Amazon API Gateway to prevent unauthorized access. Finally, you will verify that you can authenticate to your Amazon API Gateway, and then you will retrieve data via your AWS Lambda function.
