Skip to content

Tags: misc-useful/aws-lambda-cpp

Tags

v0.2.4

Toggle v0.2.4's commit message
Update the version of project to match the release

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
FindCURL module does not provide imported target on older CMake versi…

…ons (awslabs#49)

Fixes awslabs#48

v0.2.2

Toggle v0.2.2's commit message
Remove an extra colon that caused array lookup to fail

v0.2.1

Toggle v0.2.1's commit message
Make the packaging script "shellcheck" clean

v0.2.0

Toggle v0.2.0's commit message
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.

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.