palazzem / econnect-python

API adapter used to control programmatically an Elmo alarm system
BSD 3-Clause "New" or "Revised" License
8 stars 5 forks source link

Bootstrap AppEngine service #5

Closed palazzem closed 5 years ago

palazzem commented 5 years ago

Once the AlertingClient can be used programmatically as an isolated component, an AppEngine application must provide the following functionalities:

palazzem commented 5 years ago

The approach has been changed and no credentials are stored in GCP. Elmo project is a stateless REST Adapter that receives REST calls, and translates these calls to the right Elmo command.

Considering Elmo a stateless service, it will be deployed as Google Cloud Function. Closing all related tasks.