loudsmilestudios / tetraforce-infrastructure

Backend services and infrastructure for managed TetraForce servers.
GNU General Public License v3.0
13 stars 0 forks source link

Remove from DB on Task Exit #23

Closed yeslayla closed 3 years ago

yeslayla commented 4 years ago

Currently, data is only removed from DynamoDB on POST /stop_server this should be changed so that data is instead removed from the database when a task stops.

This can be done by using CloudWatch to call a lambda script of a task stopped event.

yeslayla commented 3 years ago

Tasks left to do: