awslabs / aws-lambda-rust-runtime

A Rust runtime for AWS Lambda
Apache License 2.0
3.31k stars 338 forks source link

Add CDK stack example #807

Closed calavera closed 7 months ago

calavera commented 7 months ago

Description of changes:

CDK example that shows how to integrate the Axum HTTP example with API Gateway and Lambda Function URLs, since it looks like people have trouble configuring these integrations.

APIGW integration:

image

Lambda Function URL integration:

image

By submitting this pull request