revmischa / cloudcam

IP camera surveillance management system using AWS IoT with support for Axis cameras.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API for frontend

revmischa opened this issue · comments

Sad to say but some day we will need a user interface. It will need some sort of API to talk to.

Lambdas are nice but making a coherent set of APIs out of them will be challenging without something like chalice or flask or step functions. I don't know what the best solution for our project will be. Do some research.
It'd be nice to take advantage of API Gateway's ability to spit out SDKs and Swagger.