Jacob Fuss

Results 149 comments of Jacob Fuss

Last comment says the problem has been fix and since there hasn't been any follow up since then, going to assume we (I) just missed closing this. Closing.

In order for SAM CLI to support this we need RIE to support this first. Right now there isn't a way for SAM CLI to pass the clientContext down into...

This is a request on the SAM Spec not CLI. Moving to the correct repo (to make it easier to track) and updated the title to reflect the request.

@sinokuma Looking at the output the resource doesn't have a valid output path from the `cdk synth` ``` "ViewerRequestFunctionFn3C72C1E6": { "Type": "AWS::Lambda::Function", "Properties": { "Code": { "S3Bucket": { "Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-us-east-1"...

I followed the example in our docs which works just fine and I get the expected template from `cdk synth`. The difference here is the resource that is being used....

@sinokuma and @WinterYukky I miss understood the problem here. I thought it related to our resolving of the code not the name. Thanks to @WinterYukky for recognizing this. I need...

I am going to go out on a limb here and suggest this is no longer happening given age and no recent responses. I vaguely remember things getting patched in...

This looks like a duplicate of https://github.com/aws/aws-sam-cli/issues/217. I am going to close this in favor of that one.

Given age and no recent activity, I am assuming this has been solved or no longer an issue. Please open a new issue if something is still incorrect here. WSL...

In some cases, we get the Partition from the region you are launched in: https://github.com/awslabs/serverless-application-model/blob/28884c958dfaa1c547e0f0e4ae2b8129f52e34dd/samtranslator/translator/arn_generator.py#L31 So while the this is not exactly what you are after, we are Partition aware....