GZ
GZ
Hi @tirumerla thanks for reporting the issues. Would you be able to provide me with the full error messages? Also curious which region are you deploying the template to? Meanwhile...
@tirumerla When the deployment failed, if you navigate the CloudForamtion console and find the stack that you tried to deploy but in `CREATE_FAIELD` state. If you navigate to the events...
Also curious if you use single destination format, would you still experience the same issue? ``` ApiLambdaConnectors1: Type: AWS::Serverless::Connector Properties: Source: Id: ApiGateway Destination: Arn: Fn::Sub: '{{resolve:ssm:/${AWS::StackName}/${Stage}/}}' Type: AWS::Lambda::Function ApiLambdaConnectors2:...
That's great to know that there is a working workaround for this issue. Unfortunately I was not able to reproduce this issue with my custom template. I also used a...
Hi there, just an update on this pull request. We've created the security review internally. It's pending a couple of tasks at the moment. Once the tasks are complete, we...
Hi @kshyun28, sorry for the long wait! I've some good news to share with you. We've finally gotten security engineer's sign off and I will be merging this PR soon.
Marking this as `type/bug` as users are having issues with defining API models for implicit API resource generated by SAM Function.
I took a deep dive into this problem. Unfortunately I believe this is expected behaviour and we've clearly documented this behaviour [here](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-property-function-api.html#sam-function-api-requestmodel). The workaround would have to define an explicit...
Hi @davidchatz, feel free to create an issue in [aws-sam-cli](https://github.com/aws/aws-sam-cli) repository on this.
@ansnoussi Can you provide a stack example that I can reproduce the failure? After a bit investigation, `addManagedPolicy` is unimplemented for the abstract class `GroupBase` which is only extended by...