[tune] AWS Lambda feature request

Amazon Web Services Lambda is a massively parallel, CPU-based microservice that provides 1ms billing intervals and with default access to 1,000 workers (Docker containers essentially) per region X 12 regions. So 12,000 CPU cores with up to 10GB of memory and 6 CPU cores per worker, billed in 1ms intervals for up to 15 minutes per worker invocation.

It would be great to have AWS Lambda integration with at least Ray Tune, the cost savings by using AWS Lambda vs. other hosted VM services is pennies on the dollar based on their billing model. Tune would be an ideal platform for AWS Lambda integration…