ZeitgeistOrg / zeitgeist-frontend

front end for the zeitgeist project
0 stars 0 forks source link

As a maintainer, I want zeitgeist to be entirely maintainable through code (including infrastructure) #8

Open maxpaulus43 opened 4 years ago

maxpaulus43 commented 4 years ago

when I update the frontend, I want that code to be automatically:

  1. tested (using some UI test framework)
  2. pushed to the s3 bucket where the front-end code lives

when I update the backend(either the lambda functions or the infrastructure), I want that code to be automatically:

  1. tested
    • need to figure out how to test cloudformation
  2. pushed to the lambda function