Closed demeringo closed 2 years ago
Reduce compile time
We only deploy using REST API gateway, so we can make use of lambda_http feature flags https://github.com/awslabs/aws-lambda-rust-runtime#feature-flags-in-lambda_http
[dependencies.lambda_http] version = "0.6" default-features = false features = ["apigw_rest"]
We need to support elastic load balancer too (which means adding also the alb feature flag).
Problem
Reduce compile time
Solution
We only deploy using REST API gateway, so we can make use of lambda_http feature flags https://github.com/awslabs/aws-lambda-rust-runtime#feature-flags-in-lambda_http
Alternatives
Additional context or elements