In this recipe, you will configure WAF to run on top of a lambda function that publishes an endpoint via an API Gateway:
- Log in to your AWS account, and go to the Lambda dashboard.
- Create a new lambda function, and choose Author from scratch. Give it a name and click Create function:
- Add an API Gateway integration trigger:
- Select Create a new API, and then Save the lambda function:
- Click the endpoint URL in the API Gateway configuration summary, and you should ...