https://github.com/excamera/lambda-invoker
Lambda Invoker using C++ SDK
https://github.com/excamera/lambda-invoker
Last synced: about 1 year ago
JSON representation
Lambda Invoker using C++ SDK
- Host: GitHub
- URL: https://github.com/excamera/lambda-invoker
- Owner: excamera
- Created: 2016-05-29T02:12:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-08T03:19:54.000Z (over 9 years ago)
- Last Synced: 2025-01-08T12:13:17.265Z (about 1 year ago)
- Language: C++
- Size: 5.86 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. $ git clone https://github.com/excamera/lambda-invoker
2. $ cd lambda-invoker/build
3. $ env aws-sdk-cpp_DIR=build_dir_of_aws-sdk-cpp cmake ..
4. $ make clean && make all
5. This test invokes 900 lambdas each printing HELLOWORLD and writing the output to a sample text file
$ ./lambda-invoke 900 HELLOWORLD sample.txt
Starting AWS Lambda Test
nLambdas : 900 lambda : HELLOWORLD
Retry count : 10 and Scale Factor : 25
Total execution time of 900: 1
Average time including network latency : 0
Average time excluding network latency : 0.00514712
Total no. of success : 900 and total no. of failures : 0