• how does trunk based development work in production with a team of 30+ people?
  • which tool is the easiest to deploy for on-call rotation?
  • how to do monitoring as code, and apply standard templates with variables, alerts etc.. on to a new service?
  • how to deploy two stacks, one with new code & one with old code and keep the older stack around for x (say 15) minutes. so that the new stack can be evaluated for issues etc.. If the no issue is raised, then delete the older stack. this basically gives the power to do zero time rollbacks for x minutes.