serverless / serverless

⚡ Serverless Framework – Effortlessly build apps that auto-scale, incur zero costs when idle, and require minimal maintenance using AWS Lambda and other managed cloud services.
https://serverless.com
MIT License
46.43k stars 5.71k forks source link

Add custom binary support #2251

Closed mikeplavsky closed 8 years ago

mikeplavsky commented 8 years ago

This is a Feature Proposal

Description

For bug reports:

For feature proposals:

So we can use: Python 3.5 and Golang Conversation with binary could be done by command line args and stderr, stdout.

Similar or dependent issues:

mikeplavsky commented 8 years ago

Got it! Custom binary is already supported - just put it in function dir, and call it from the function.