Amazon API Gateway HTTP API to AWS Lambda using mutual TLS

API Gateway HTTP API → AWS Lambda

Create an Amazon API Gateway HTTP API that invokes an AWS Lambda function with mutual TLS

This pattern creates an Amazon API Gateway HTTP API authenticated by mutual TLS and an AWS Lambda function.

< Back to all patterns

GitHub icon Download this pattern (.zip)

GitHub icon View this pattern on GitHub


Launch Stack

Clone repo

git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/apigw-mutualtls-lambda

Deploy

sam deploy --guided


Testing

See the repo for detailed testing notes.

Cleanup

1. Delete the stack: sam delete --stack-name STACK_NAME.
2. Confirm the stack has been deleted: aws cloudformation list-stacks --query "StackSummaries[?contains(StackName,'STACK_NAME')].StackStatus"

Created by:

Sudheer Yalamanchili

Sudheer Yalamanchili

Sudheer is a cloud application architect working with AWS ProServ.