serverless/fdk-tmp

Name: fdk-tmp

Owner: Serverless

Description: The Serverless Function Development Kit (FDK)

Created: 2017-01-17 01:43:56.0

Updated: 2017-09-04 10:46:18.0

Pushed: 2017-06-20 23:08:11.0

Homepage: null

Size: 81

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

fdk

The Serverless Function Development Kit (FDK)

The Serverless FDK is designed to ease the adoption of serverless technology. It provides a simple middleware abstraction for adding functionality and migrating existing solutions (like Express) without having to rewrite your code. It further enables runtime interaction with Serverless Services including invoking functions and dispatching events to the target Service.

Build Status

npm version
Build Status
NPM

Usage
ndex.js
t fdk = require('@serverless/fdk')

t myHandler = fdk()
andler(() => 'Hello World')

le.exports.myHandler = myHandler
aml
rverless.yml

ice:
me: my-service

tions:
Handler:
handler: index.myHandler
Documentation

Full API documentation - Learn about available methods and concepts.

Examples

Plenty of examples - Examples for various cloud providers and uses of functionality.

Install
install --save @serverless/fdk

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.