3 lines
3.0 KiB
HTML
3 lines
3.0 KiB
HTML
<html><head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<title>10. Adapters</title><link rel="stylesheet" type="text/css" href="css/manual-multipage.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="multi_spring-cloud-function.html" title="Spring Cloud Function"><link rel="up" href="multi_spring-cloud-function.html" title="Spring Cloud Function"><link rel="prev" href="multi__deploying_a_packaged_function.html" title="9. Deploying a Packaged Function"><link rel="next" href="multi__introduction_2.html" title="11. Introduction"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">10. Adapters</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="multi__deploying_a_packaged_function.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="multi__introduction_2.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="_adapters" href="#_adapters"></a>10. Adapters</h1></div></div></div><p>The various serverless platforms can be used with Spring Cloud Function by including an adapter jar in your classpath, and building the function artifact (JAR) in a way that works for the target platform. The project source code has explicit support for <a class="link" href="https://aws.amazon.com/lambda" target="_top">AWS Lambda</a>, <a class="link" href="https://azure.microsoft.com/en-gb/services/functions/" target="_top">Azure Functions</a> and <a class="link" href="https://openwhisk.apache.org/" target="_top">Apache OpenWhisk</a>. Some of the other platforms have their own support natively for Spring Cloud Functions (e.g. <a class="link" href="https://github.com/projectriff" target="_top">Riff</a> and <a class="link" href="https://github.com/fnproject/fn" target="_top">Oracle Fn</a>).</p><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_aws_lambda" href="#_aws_lambda"></a>10.1 AWS Lambda</h2></div></div></div><p>The <a class="link" href="https://aws.amazon.com/" target="_top">AWS</a> adapter takes a Spring Cloud Function app and converts it to a form that can run in AWS Lambda.</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="multi__deploying_a_packaged_function.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="multi__introduction_2.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">9. Deploying a Packaged Function </td><td width="20%" align="center"><a accesskey="h" href="multi_spring-cloud-function.html">Home</a></td><td width="40%" align="right" valign="top"> 11. Introduction</td></tr></table></div></body></html> |