loudsmilestudios / tetraforce-infrastructure

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

Implement automatic deployments for lambda updates #39

Open yeslayla opened 3 years ago

yeslayla commented 3 years ago

Currently any updates to lambda code has to be done so manually.

By uploading the git hash or tag of the code as the file name of lambda zip, it will require all lambda functions to be updated anytime the git hash changes. Therefore an update will occur anytime there is a push to lambda.

Alternative suggestions are welcomed.