Mahdi Azarboon

Results 63 comments of Mahdi Azarboon

I have same issue. I get "The AWS ECS cluster ****** does not exist." even though my pipeline role has enough permissions. Any one who can provide a working sample?

I have same issue: ``` Uncaught TypeError: this.storage.getItem is not a function at CognitoAuth.getLastUser (amazon-cognito-auth.js:1356) at new CognitoAuth (amazon-cognito-auth.js:981) at initCognitoSDK (index.html:205) at onLoad (index.html:105) at onload (index.html:32) ```

Yes, I also need this feature

Just checked one of the templates: https://github.com/awslabs/aws-waf-security-automations/blob/master/deployment/aws-waf-security-automations.template It's too crowded and has lots of things to configure. Can you pleasep oint out which of those are needed? Or even better,...

> It looks like there is a way to do this in CloudFormation. This requires more investigation still. > > It looks like you need to create a Regional WAF:...

Adding `RequestParameters` to `AWS::Serverless::Function`, doesn't enforce it. Even though the query string is defined as required, but it's not enforced. ``` RequestParameters: - method.request.querystring.myString: Required: true ``` And in API...

Adding `RequestParameters` to `AWS::Serverless::Function`, doesn't enforce it. Even though the query string is defined as required, but it's not enforced. ``` RequestParameters: - method.request.querystring.myString: Required: true ``` And in API...

@AbbyMSFT how about this? Please feel free to edit it: "So long as actions are the same, Action Groups are created for each unique set of users that will be...

@AbbyMSFT its great. Please edit and merge it.

@AbbyMSFT modified it and committed changes. Kindly please approve it.