gchq / Kai

Kai is an experimental Graph-as-a-Service framework built with the Amazon CDK
Apache License 2.0
6 stars 6 forks source link

Worker always logs "Successfully deployed ..." even when it fails #27

Closed d47853 closed 4 years ago

d47853 commented 4 years ago

The add graph worker always logs a message saying gaffer was successfully deployed. Even when it wasn't. To fix this make changes to lib/workers/lambdas/add_graph.py so that this message is not printed if the deployment fails.