Wing Fung Lau

Results 11 comments of Wing Fung Lau

+1 I got the exact same error when I tried to access the manifest by using `cx_api.CloudAssembly` to read a cloud assembly: Python code to reproduce the error: ``` from...

I got another jsii error when I try to access an image-type asset of a stack. Steps to reproduce: 1. Create a CDK app with an image-type Lambda Function. 2....

Hi @Lucas-C yeah, splitting the function into two parts makes sense. The simplest you can do is to just factor out the part you added into a new method

Also confirmed it works in Go with `aws-xray-sdk-go`. I agree we can close this issue

The `make-pr` run at Appveyor (https://ci.appveyor.com/project/AWSSAMCLI/aws-sam-cli/builds/45835621) failed for Py38 and Py39. Only succeeded for Py37. Error logs: ``` =================================== FAILURES =================================== _______ TestApiGatewayService.test_request_handler_with_gzipped_body_ok ________ self = request_mock = @patch("samcli.local.apigw.local_apigw_service.request") def...

Thanks for the feature request! We have a [roadmap](https://github.com/aws/aws-sam-cli/wiki/SAM-CLI-Roadmap) here, but we also try to take in popular feature requests based on 👍🏽 from the community. We will be adding...

Hey @defenderkev, closing your PR for now since there's no activity. You can still work on the PR to address the comments. And feel free to re-open the PR once...

@BenPela Got it. I'll bring that up to the Team and see if we can prioritize this feature request. As you mentioned you are trying to run automated local tests,...

Hi @mikasd, I managed to get the same result as @Jacco did above, in which I could not find any `AWS::IAM::Role` in the translated json template. Can you share which...

@bmckinle Thanks for your proposal. Yeah, it's a limitation that SAM doesn't support sharing API resource across multiple stacks seamlessly. We've been thinking a lot about how we can solve...