/cpp-aws-lambda-function

Example of AWS Lambda function written in C++

Primary LanguageMakefile

Setup

To invoke the AWS lambda function with an empty payload { }.

make run

Development

Build project: make build

Clean project: make clean