Shinji Matsumoto
Shinji Matsumoto
*Description of changes:* This PR adds realtime update feature using GraphQL subscribe. Using Amplify, we can easily create realtime update feature. I think it would be nice if the realtime...
**Description:** "EcsRunTaskPolicy" policy template in [`policy_templates.json`](https://github.com/aws/serverless-application-model/blob/develop/samtranslator/policy_templates_data/policy_templates.json) takes one argument, `TaskDefinition`. It is assumed to be (family:revision), e.g. "EcsTaskName:1" But `Ref` for `AWS::ECS::TaskDefinition` returns Task's ARN. So, following code would not...
Update Javascript 'function-declaration' regexp to adapt generator function (function*).
This PR enables to compile KCFcpp-py-wrapper with OpenCV4 environment. I guess it does not disrupt OpenCV3.x setup.