Closed
Description
libcurl
is known as a very fast and reliable library for producing HTTP requests. It is used widely across other Lambda Runtime API implementations.
aws-lambda-rust-runtime is currently using Hyper for this purpose. It would be good to have data comparing hyper performance with libcurl's to understand which backend is more performant for lambda use case.
If such a comparison has already been done, it is good to document the design choice