aureq / letslambda

3 stars 2 forks source link

Notify of execution status #12

Open aureq opened 8 years ago

aureq commented 8 years ago

At the moment, this no way to determine if an execution has been done correctly. It would be welcome to somehow notify a system to inform of success of failure for each attempted issuance.

aureq commented 8 years ago

The idea is to use DynamoDB to store information about certificates that are available for deployment. The table key will be the host name and clients will be allowed to regularly query the table to determine if a recent change has happened. Fields should be:

Notes:

aureq commented 8 years ago

DynamoDB should be updated as soon as the certificate has been issued. Special care should be considered in the eventuality the update is throttled.

aureq commented 8 years ago

Reopening the issue due to aureq#25. The code should also deal efficiently with aureq#28 to ensure DynamoDB performances are changes and reverted at the end of a long running cycle.