cunningham-lab/neurocaas

Reformat Blueprint

Closed this issue · 1 comments

Currently the blueprint contains a lot of AWS specific materials that are good for us to be able to manipulate, but not useful to a developer (SSM role, security group, etc.) Hide these in a configuration file, and instead include:

  1. The git commit of the lambda code you are using
  2. The docker image id that specifies the analysis version you are using.

Include additional measures to parse these parameters (see #31 for relevant details on 2).

You should still leave these as configurable options- just have defaults that can be overridden.