Skip to content

Migrate systemd scripts to lambdas #80

@robz

Description

@robz

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:

  • dailyMaintenance.py
  • attendanceToTestout.py
  • dailyClassChecker.py
  • dailyClassReminder.py
  • classFeedbackAutomation.py

Use alta_open_lambda as a template

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions