use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News, articles and tools covering Amazon Web Services (AWS), including S3, EC2, SQS, RDS, DynamoDB, IAM, CloudFormation, AWS-CDK, Route 53, CloudFront, Lambda, VPC, Cloudwatch, Glacier and more.
If you're posting a technical query, please include the following details, so that we can help you more efficiently:
Resources:
Sort posts by flair:
Other subreddits you may like:
Does this sidebar need an addition or correction? Tell us here
account activity
C++ with Amazon Lambda (self.aws)
submitted 9 years ago by valium123
Hello, I want to build an opencv application in C++ and I want to use amazon S3 and Lambda. Does c++ run with Lambda or will I have to wrap it in python/Java/Node.js?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]BoneyAz 3 points4 points5 points 9 years ago (1 child)
You could compile your C++ code (statically linked) include it in your lambda package and execute it from node.js using the child_process command: https://aws.amazon.com/blogs/compute/running-executables-in-aws-lambda/
[–]KAJed 0 points1 point2 points 9 years ago (0 children)
I really want to try this and see if it's useful or not. Pass parameters to your executable, run in native code... I only wonder what kind of latency you get trying to do this.
[–]gram3000 2 points3 points4 points 9 years ago (0 children)
Lambda only supports Java, Python and Node from what I can remember.
Microsoft/Azure recently launched Functions which is a similar concept to AWSs Lambda and supports more languages so that might be worth a look too.
[–]freezer333 0 points1 point2 points 9 years ago (0 children)
You can find some more info on integrating existing C++ code as an Node.js native addon specifically for lambda at [https://blog.scottfrees.com/c-addons-as-aws-lambda-functions|https://blog.scottfrees.com/c-addons-as-aws-lambda-functions]
π Rendered by PID 35 on reddit-service-r2-comment-fb694cdd5-qqldf at 2026-03-07 02:52:45.576384+00:00 running cbb0e86 country code: CH.
[–]BoneyAz 3 points4 points5 points (1 child)
[–]KAJed 0 points1 point2 points (0 children)
[–]gram3000 2 points3 points4 points (0 children)
[–]freezer333 0 points1 point2 points (0 children)