Currently, some of our scripts in this repo are run by an ec2 instance triggered by systemd timers. It would be easier to maintain them if they were AWS lambdas running in eventbridge instead, since then we wouldn't need to ssh into a machine to redeploy code, and managing their timing and images could be automated.
As an example, see the lambdas in the classes website here: https://github.com/asmbly-makerspace/asmbly-classes/tree/main/cron-service
These scripts need to be migrated:
Use alta_open_lambda as a template
Currently, some of our scripts in this repo are run by an ec2 instance triggered by systemd timers. It would be easier to maintain them if they were AWS lambdas running in eventbridge instead, since then we wouldn't need to ssh into a machine to redeploy code, and managing their timing and images could be automated.
As an example, see the lambdas in the classes website here: https://github.com/asmbly-makerspace/asmbly-classes/tree/main/cron-service
These scripts need to be migrated:
Use alta_open_lambda as a template