Ian Downard
Ian Downard
I'm just going to treat this issue like a list of useful curl commands which would be useful in the docs. Here's how to get a workflow configuration: curl -L...
Yes, `.../source/consumers/elastic/lambda_handler.py` consumer is already setup to save Rekognition face search results into Elasticsearch. All you need to do is add a tab to the UI (`views/Analysis.vue`) and create a...
Sorry, I accidentally closed this issue. Reopened.
There are 2 problems with using `ExternalImageId`. 1. `ExternalImageId` is optional, so matching faces may not always have that property. 2. `ExternalImageId` can be an arbitrary string, so users may...
The build script in your branch is failing. I know you didn't make any changes to it, so it's probably broken the branch that you forked from. I think we'll...
@tuliocasagrande Your PR base needs to be updated. Could you please pull the latest development branch, rebase your ***facesearch*** branch on that and resubmit your PR? Like this: ``` #...
Thanks for this bug report.
I'm not sure if the root of the Dataplane bucket is the best place to tell Transcribe to save job files.
If you need this fix before it's has been merged into an MIE release, then run the following commands: ```bash export MIE_STACK_NAME=$(aws cloudformation describe-stacks --region us-east-1 --query 'Stacks[?contains(StackName, `MieStack`)].StackName |...
To summarize this issue, we need to change StepFunctionRole in media-insights-stack.yaml so it does not use Resource: * to scope lambda:InvokeFunction. i.e. This is bad: ``` Statement: - Action: "lambda:InvokeFunction"...