Jacob Fuss

Results 149 comments of Jacob Fuss

@WinterYukky I chatted with the team. Instead of concatenating parts of the `cdk:path`, we want to ensure that the LogicalId is callable. Concatenating, still requires the customer to understand how...

@WinterYukky I should be able to get you a review this week. Sorry for the delay.

There is some grey area here. The command didn't actually fail, the invoke of your function did. Currently, we treat this as a successful command (as SAM CLI didn't crash...

This request is better covered by Accelerate (`sam sync`) [docs](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/accelerate.html), which was recently launched. This is due to the need to deploy your Role in order for it to be...

@paladinu Why would you want to skip ssl verification all together? Do you have a CA Bundle you are using instead? If so, have you tried setting `AWS_CA_BUNDLE` to that...

@jplock Check out #1930. The env var should be working.

Duplicate of https://github.com/aws/serverless-application-model/discussions/2665. Linking them together but please more further conversations to the discussion.

Looks like part of this is done but it's unclear if all of it is done. Given part is done and how old this is, I am going to close...

Outside of moving to the `PackageType: Image`, for `PackageType: Zip` you can provide a customer build image through `--build-image` which will allow you to tell SAM CLI to use a...

We currently only support tools that are compatible with `docker`, as that is the underlying tech we built on (through Docker support). At this time, we are not planning to...