mogy-echo

Dummy Echo activity for Mogy

Usage no npm install needed!

<script type="module">
  import mogyEcho from 'https://cdn.skypack.dev/mogy-echo';
</script>

README

mogy-echo

Dummy echo activity for mogy.

Installation

In your mogy project, install the dependency using npm :

$ npm install mogy-echo --save

To register the echo activity to Amazon Simple Workflow :

$ mogy register

Config

No config

Sample Decider Usage

activity({
    name: 'my-task',
    activity: 'echo',
    input: "Hello world !"
})