Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nadeesha/nemo-invoker


https://github.com/nadeesha/nemo-invoker

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

Invokes a given lambda and sends back the result

# Invoking

`POST /invoke`

```json
{
"pluginName": "nemo-plugin-github-development",
"payload": {
"username": "ncthis"
},
"personId": 1,
"pluginId": 1
}
```