3.3.1 • Published 5 years ago

oicy-command-creator v3.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

oicy-command-creator

CircleCI

Usage

Invoke your command creator lambda function with

// index.ts
import { YourCommandCreator } from "./YourCommandCreator";
import { oicyHandler } from "oicy-command-creator";

export const handler = async (event: any) =>
    oicyHandler(event, new OicyTasteCommandCreator());
3.3.1

5 years ago

3.3.0

5 years ago

3.2.1

5 years ago

3.2.0

5 years ago

3.1.3

5 years ago

3.1.2

5 years ago

3.1.1

5 years ago

3.1.0

5 years ago

3.0.1

5 years ago

1.0.16

5 years ago

1.0.15

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago