-
Notifications
You must be signed in to change notification settings - Fork 363
Closed
Labels
enhancementNew feature or requestNew feature or request
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request