From 732b66afed01b69af2c06e4f247f2501db5272e4 Mon Sep 17 00:00:00 2001 From: alpacamybags Date: Tue, 9 Nov 2021 11:08:19 -0500 Subject: [PATCH] lint fixes --- packages/@aws-cdk/aws-apigatewayv2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/@aws-cdk/aws-apigatewayv2/README.md b/packages/@aws-cdk/aws-apigatewayv2/README.md index 582a1c5cc27f4..610981ac5632f 100644 --- a/packages/@aws-cdk/aws-apigatewayv2/README.md +++ b/packages/@aws-cdk/aws-apigatewayv2/README.md @@ -338,6 +338,7 @@ webSocketApi.addRoute('sendmessage', { ``` ### API Keys + Websocket APIs also support usage of API Keys. An API Key is a key that is used to grant access to an API. These are useful for controlling and tracking access to an API, when used together with [usage plans](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-api-usage-plans.html). These together allow you to configure controls around API access such as quotas and throttling, along with per-API Key metrics on usage. To require an API Key when accessing the Websocket API: