Files
fn-serverless/docs/lambda
2017-09-07 15:53:28 -07:00
..
2017-05-26 18:54:26 +00:00
2017-05-26 18:54:26 +00:00
2017-05-18 18:59:34 +00:00
2017-09-07 15:53:28 -07:00
2017-09-07 15:53:28 -07:00
2017-05-26 18:54:26 +00:00

Lambda everywhere

Lambda support for Oracle Functios 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.