Skip to content

Commit 1b436d0

Browse files
marcojahnbfreiberg
andauthored
Update apigw-secretsmanager-apikey-cdk/README.md
Co-authored-by: Ben <9841563+bfreiberg@users.noreply.github.com>
1 parent f8670f5 commit 1b436d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apigw-secretsmanager-apikey-cdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Amazon API Gateway with AWS Lambda Authorizer and AWS Secrets Manager for API Key Authentication
22

3-
This pattern demonstrates how to implement a secure API key-based authorization system using Amazon API Gateway, Lambda Authorizer, and AWS Secrets Manager. Each user/tenant has their own unique API key stored in Secrets Manager, which is validated by a Lambda authorizer when requests are made to protected API endpoints.
3+
This pattern demonstrates how to implement a secure API key-based authorization system using Amazon API Gateway, AWS Lambda Authorizer, and AWS Secrets Manager. Each user/tenant has their own unique API key stored in Secrets Manager, which is validated by a Lambda authorizer when requests are made to protected API endpoints.
44

55
Learn more about this pattern at Serverless Land Patterns: [https://serverlessland.com/patterns/apigw-secretsmanager-apikey-cdk](https://serverlessland.com/patterns/apigw-secretsmanager-apikey-cdk)
66

0 commit comments

Comments
 (0)