Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nadeesha/nemo-invoker
https://github.com/nadeesha/nemo-invoker
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nadeesha/nemo-invoker
- Owner: nadeesha
- Created: 2016-04-22T03:13:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-28T18:23:01.000Z (over 8 years ago)
- Last Synced: 2024-04-14T07:10:42.751Z (7 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
}
```