Jacob Fuss

Results 149 comments of Jacob Fuss

@rebeccapeltz `--parameter-overrides` Overrides the `Parameter` section of the template not the `Environment.Variables` on a Function. To be able to override on deploy, you need to reference a `Parameter` defined on...

@IamTinashe Do you have `git` installed? This typically happens on Windows when `git` isn't found (or at least from things I have seen in the past).

@iceback What is your docker version you have installed (`docker --version`)

@iceback Is docker running on your machine? Docker is throwing a 500 Error, which may indicate downloading an image is not working. From your output: ```File "/home/linuxbrew/.linuxbrew/Cellar/aws-sam-cli/0.19.0/libexec/lib/python3.7/site-packages/samcli/local/docker/manager.py", line 153, in...

@johnc44 The issue you are seeing is because we cannot resolve the `!Sub` completely and therefore we leave it as the Sub. My guess on why we can't resolve would...

@johnc44 "If the CORS header refers to a dictionary or a cfn function (e.g. !Ref) then return '*'." I don't think we want this. This makes a huge assumption on...

@johnc44 I understand this is frustrating and I apologize for this. I do not think we should magically set values, this can have other implications and while you understand this...

@johnc44 Which is what? All of CORS or all of Intrinsics?

@johnc44 Sorry I was missing understand some piece here. Long term I think we still need a better way to solve these types of things. I know its incredibly frustrating...

@jfuss @scotttelle A patch to log a warning is now in develop and should be released with the next version.