Files
fn-serverless/docs/lambda/README.md
James Jeffrey c7f3066c75 Update references remove refs to treeder oracle funcy (#376)
* Remove lots of refs to iron and funcy oracle etc..

* more ref replacements

* Replacing more refs. Treeder

* Use Fn not FN
2017-09-29 16:22:15 -07:00

504 B

Lambda everywhere

Lambda support for Fn 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-4 runtime.

fn init --runtime lambda-node-4 --name lambda-node

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

TODO: Make Java and Python use the new workflow too.