curquhart / ddcp

Data Driven CodePipeline synthesizer
MIT License
0 stars 0 forks source link

Setup automated distribution #9

Closed curquhart closed 4 years ago

curquhart commented 4 years ago

Note that the manager cloudformation template must not be behind requestor pays as cloudformation does not support it. The binary artifacts, however, will be proxied through a custom resource which does support it.

Edit - SAM seems like the best way to dist, going to drop the requester pays stuff for the manager lambdas and refactor the other lambdas into the synth stack.

curquhart commented 4 years ago

SAM might not work for this... Its macro doesn't play nice with some of the stuff in manager (specifically, having a lambda whose code lives in a dynamic bucket name.)