jhatler / janus

Just Another Neural Utility System
MIT License
1 stars 3 forks source link

feat: add github-webhook container use by lambda #393

Closed jhatler closed 3 months ago

jhatler commented 3 months ago

This adds a new container that is used by the github-webhook lambda function. The function is written in Python and is triggered by SQS.

Fixes: #392