Tags: selimnairb/aws-lambda-cpp
Tags
Bump the version to 0.2.6 Signed-off-by: Marco Magdy <[email protected]>
Bump the version to 0.2.5 Signed-off-by: Marco Magdy <[email protected]>
FindCURL module does not provide imported target on older CMake versi… …ons (awslabs#49) Fixes awslabs#48
Enhanced stack-traces via backwards library Backwards library provides basic stack-traces of a crash and enhanced stack-traces by using libdw and/or libbfd. This patch will detect if either library exists on the system and set the appropriate compiler directives accordingly. The libraries will be packages as part of the Lambda zip file.
Add User-Agent information (awslabs#11) * Add User-Agent information Send a user-agent http header when talking to Lambda's http server. This is important for collecting usage metrics.