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

https://github.com/jakepartusch/iot-cdk


https://github.com/jakepartusch/iot-cdk

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# TODO

- CLI package that connects to websocket and sends messages to a local lambda returning the response on the websocket
`live-lambda --function MyFunc my-local-lamba.js`
- Needs to be able to fetch the iot websocket URL
- CDK construct that allows for overriding the lambda function code with the iot router
- Or maybe it just replaces the lambda directly?
- How to restore the lambda when we are done?