wzhonggo
wzhonggo
Simple case is work if use @luiznazari plan. But deploy fail if you use sqs event with [Join function](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-join.html). You should use arn to fix this error. serverless.yml ``` yaml...
[ if (component.expression.type == 'string_literal') { value = JSON.stringify(component.expression.value) } else { value = component.expression.value; }](https://github.com/dchester/jsonpath/blob/c1dd8ec74034fb0375233abb5fdbec51ac317b4b/jsonpath.js#L5042C3-L5046) change to ```js if (component.expression.type == 'string_literal') { value = JSON.stringify(component.expression.value) }else if (component.expression.type...
@WhyNotHugo I get error **An error occurred: IamRoleLambdaExecution - Missing required field Action (Service: AmazonIdentityManagement; Status Code: 400; Error Code: MalformedPolicyDocument; Request ID: 814134ec-64e6-4e18-aeae-4ef99165a659; Proxy: null)** when use **IamRoleLambdaExecution** config....