aws-lambda-cpp icon indicating copy to clipboard operation
aws-lambda-cpp copied to clipboard

C++ implementation of the AWS Lambda runtime

Results 47 aws-lambda-cpp issues
Sort by recently updated
recently updated
newest added

I'm using the C++ framework to create a lambda that's using a Lambda Function URL. When there is an error (i.e. `invocation_response::failure`) , the HTTP response is always a "Internal...

I encountered a packaging problem when migrating my lambdas from al2 to al2023 ``` [100%] Built target query Failed to identify, locate or package the loader. Please file an issue...

Without applying the various [patches](https://github.com/aws/aws-lambda-python-runtime-interface-client/tree/main/deps/patches) to aws-lambda-cpp from [awslambdaric](https://github.com/aws/aws-lambda-python-runtime-interface-client), compiling awslambdaric from sources will fail with a number of errors. This means we need to maintain our own fork of...

I would like to test a lambda locally, without deploying anything to aws which it seems like SAM needs? The readme says to use `amazonlinux:2017.03`, but I only got it...

The `"-fvisibility=hidden"` (see [CMakeLists.txt#L77](https://github.com/awslabs/aws-lambda-cpp/blob/master/CMakeLists.txt#L77)) in `CMakeLists.txt` causes undefined symbols errors when using this library as shared object. It's not a problem when using it as a static library because visibility...

*Issue #, if available:* In Ubuntu 24.04, the dynamic loader path from the ldd command is different from the paths in dpkg-quey. ![image](https://github.com/user-attachments/assets/0d81177a-ba11-4977-8520-a8646da4fe55) So the current packaging process fails because...