An open API service indexing awesome lists of open source software.

https://github.com/is2ei/serverless-plugin-typetalk

Serverless plugin for Typetalk ⚡️
https://github.com/is2ei/serverless-plugin-typetalk

serverless typetalk

Last synced: 7 months ago
JSON representation

Serverless plugin for Typetalk ⚡️

Awesome Lists containing this project

README

          

Serverless Plugin Typetalk
===

[![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com)
[![Build Status](https://travis-ci.com/is2ei/serverless-plugin-typetalk.svg?branch=master)][travis]
[![npm version](https://img.shields.io/npm/v/serverless-plugin-typetalk.svg)][npm]

[travis]: https://travis-ci.com/is2ei/serverless-plugin-typetalk
[npm]: https://badge.fury.io/js/serverless-plugin-typetalk

## Usage

```
plugins:
- serverless-plugin-typetalk

custom:
typetalk:
token: "XXXXXXXXX"
topicId: "123456"
```

For working example, see [this repository](https://github.com/is2ei/serverless-plugin-typetalk-example)