Distributed QuantLib using AWS Lambda
Here I present a proof of concept for running QuantLib functions in AWS Lambda. AWS Lambda offers an exciting way to leverage distributed computing without worrying about infrastructure or server provisioning, all you need to do is upload your Lambda function and trigger it using one of the supported triggers. It automatically scales to the […]