Files
fn-serverless/docs/lambda
Travis Reeder ca18ae88fa Added Lambda Node support as part of the regular functions workflow. (#601)
* Added Lambda Node support as part of the regular functions workflow.

* Fixes for PR comments.
2017-03-22 21:41:27 +01:00
..
2016-11-21 17:24:26 +01:00
2016-11-21 17:24:26 +01:00
2016-11-21 17:24:26 +01:00

Lambda everywhere

Lambda support for IronFunctions enables you to take your AWS Lambda functions and run them anywhere. You should be able to take your code and run them without any changes.

Creating Lambda Functions

Creating Lambda functions is not much different than using regular functions, just use the lambda-node runtime.

fn init --runtime lambda-node <DOCKER_HUB_USERNAME>/lambda-node

Be sure the filename for your main handler is func.js.