/sls-simple-api-handler

CodePatternをServerless Frameworkで手直し実験

Primary LanguageJavaScript

IBM Cloud Functions with Serverless Framework!

Getting Started

First, install Serverless CLI and OpenWhisk provider plugin.

npm install -g serverless serverless-openwhisk

Next, install all function dependencies.

npm install serverless serverless-openwhisk

Deploy Service

Use the serverless command (or sls in shorthand) to deploy your service.

serverless deploy

that's all!