Jacob Fuss

Results 149 comments of Jacob Fuss

@rhbecker Thanks for the issue. Marking as a feature request. We surface the generated template in `sam validate --debug`. The generated template is logged when the debug flag is passed...

@jhechtf That behavior still holds true the difference is when you use build, SAM CLI places the artifacts into another directory with an updated template. When running `sam local start-api`,...

@jhechtf Is the node modules within the CodeUri of the Function? If not, you need to install your dependencies into the CodeUri location. SAM CLI mounts the CodeUri into the...

@jhechtf Happy to help but let's spin this off into a different issue. This will distract from the original intent of this issue/request.

@okonon What does your template look like? We get the image to use from the template, which appears to be something like `123456789012.dkr.ecr.us-west-2.localhost/aws-cdk/assets`. By the error, it seems like that...

@okonon Does CDK actually produce an image locally that would work if this was fully resolved: ``` Fn::Join: - "" - - Ref: AWS::AccountId - .dkr.ecr. - Ref: AWS::Region -...

@oleh-kobzar Our team doesn't (typically) look at closed issues, so creating a new one and relating is the right thing to do. The issue was closed due to this: https://github.com/aws/aws-sam-cli/issues/1216#issuecomment-880193364....

@softprops Thanks for the issue and request. I can see a lot of benefits here and general life improvement for specific use-cases. I wonder if there are other ways we...

@thogr What does the file structure look like? Are you sure `sam-config-file.toml` exists in the directory you are running the command in? Looking at the code: https://github.com/aws/aws-sam-cli/blob/develop/samcli/cli/cli_config_file.py#L53-L56, we attempt to...

@thogr Just checking is all :) I have a project based on `sam init` and able to have the right `samconfig.toml` be picked up. After init, I ran `cp samconfig.toml...