Thomas Grönwall

Results 6 comments of Thomas Grönwall

@tmcconechy What has happened to this?

Same problem in v1.79: ➜ sam deploy --debug -t ./folder/template.yaml --config-file sam-config-file.toml --s3-bucket thebucket --region us-east-1 2023-04-13 12:56:22,949 | Using SAM Template at /Users/tgronwall/sam-bugreport/folder/template.yaml 2023-04-13 12:56:22,950 | Config file sam-config-file.toml...

Work-around is not using --config-file argument, but using the default config file name samconfig.toml.

@jruss Yes, I'm 100% sure it exists. In the real set up we actually have two files, one called sam-config-api.toml and one sam-config-db.toml. We call SAM with --config-file sam-config-api.toml and...

Thanks @jfuss I'lll try to guide you to reproducing this. I have done a `sam init`. After that I did these steps, to somewhat mimic our file structure: ``` ➜...

Thanks, @jfuss. Yes, the template file in a subdirectory is indeed of significance, as stated above in the bug report. Yes, I can confirm that a work-around for this bug...