https://github.com/jakepartusch/iot-cdk
https://github.com/jakepartusch/iot-cdk
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakepartusch/iot-cdk
- Owner: JakePartusch
- Created: 2023-12-06T15:32:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T15:34:27.000Z (over 1 year ago)
- Last Synced: 2025-01-18T12:17:44.515Z (5 months ago)
- Language: TypeScript
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?