Mehmet Nuri Deveci

Results 45 comments of Mehmet Nuri Deveci

Thanks for reporting this issue. SAM and SAM CLI has some basic intrinsics support and unfortunately it doesn't cover all cases at the moment. I will be discussing this issue...

Hi @leandrodamascena As we discussed offline, we need to de-prioritize it for now. At high level; 1. The `rawPath` variable inside the function payload is actually generated from the mapping...

Thanks for reporting the issue. Just to confirm, is this happening every second time you run `sam build`? So first time (clean folder) it succeeds, and second time (when there...

Thanks for reporting this issue. I've tried to re-produce it with following template & function. template ``` AWSTemplateFormatVersion: '2010-09-09' Transform: AWS::Serverless-2016-10-31 Globals: Function: Timeout: 3 Parameters: GatewayCorsOrigins: Type: CommaDelimitedList Default:...

That shouldn't make a difference, what is the response you got when you try to invoke it locally?