John M Calhoun

Results 23 comments of John M Calhoun

yeah, at my previous job we forked this repo to build in that feature cause it was really usefull for migrating to terraform. I was not able to contribute it...

I agree, this would be a good parameter to expose

If i understand your code correctly, you are creating an api in front of lex to serve Twitter? I have seen this before and i think it is very cleaver....

for #82 there should also be settings for the lex-web-ui 1) corrs configuration 2) style sheets ....

problem is how redirect works from the content designer content designer link to kibana:https://*****.us-east-1.es.amazonaws.com/_plugin/kibana/#/dashboard/Default?_g=() url you are redirected to if you are not logged in already:https://***.auth.us-east-1.amazoncognito.com/login?response_type=code&client_id=***&redirect_uri=https://***.us-east-1.es.amazonaws.com/_plugin/kibana/app/kibana&state=7a050f95-ee5a-4532-a813-b179487d53ab&scope=openid+email if you had to...

Matthewberryman, I aggree, we are working on the v2 of QnA which will alter the api a little (will make it more REST compliant) and we will provide better documentation...

so plan here is 1) add documentation resources in api template "AWS::ApiGateway::DocumentationPart" 2) use the apigateway to export the swagger file describing API this swagger file will be the documentation....

you are correct, the problem is that if Lex does not recognize the utterance then the lambda does not even get called and a static response is returned. In many...

solution: in client UI: if(JWT from Cognito hosted login in url hash){ use JWT to get AWS credentials use credentail to create lex and polly clients pass clients to lex...