Skip to content

Releases: awslabs/aws-lambda-cpp

v0.2.0

08 May 18:36
Compare
Choose a tag to compare

Release Notes

  • (3c6fb20) Add support for capturing the call stack if there's a program fault, such as an unhandled exception, segmentation fault, etc.
    The heavy-lifting is done using the backward-cpp library.
  • (9df7041) Improve the packager to produce leaner zip files.
  • (fcbfc91) Handle a corner case in the packager when rpm is install on a Debian-based distro.

v0.1.0

11 Dec 17:57
3461d6a
Compare
Choose a tag to compare
Add User-Agent information (#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.