sharmmoh1983
sharmmoh1983
We are trying to trigger filter based on release tag but it is not happening . Do you have a working sample . I saw similar issue posted but I...
I am trying to use Pipeline feature in cloudformation but getting following errors: Cloudformation Script: ``` AppSyncMarkFavoriteStoreFavoriteFunction: Type: AWS::AppSync::FunctionConfiguration Properties: ApiId: { Fn::GetAtt: [ GraphQLApi, ApiId ]} Name: storeFavorite DataSourceName:...
Hi I am using resultNoMatch callback: Sonus.annyang.addCallback('resultNoMatch', function(phrases){ console.log("NoresultmatchFound",phrases) }); But getting following console output: Phrases are not getting displayed instead some random function NoresultmatchFound function require(path) { try {...
Hey I am trying to add commands using Sonus.annyang.addCommands(commands); ``` const commands = { 'hello': function () { console.log('You will obey'); }, '(give me) :flavor ice cream': function (flavor) {...
Any plans to accommodate multiple languages support
Are you planning to use any text to speech conversion
I want to change message visibility `sqsClient.ChangeMessageVisibility(myEndpoint, myMessage.getReceiptHandle(), 60);` How to achieve this using @SqsListener ``` @SqsListener(value ="TEST",deletionPolicy = SqsMessageDeletionPolicy.ON_SUCCESS) public void getMessage(@Headers Map headers,String message) throws Exception { LOG.info("Message...
Magic mirror is giving very delayed response to alexa commands avs speechrecognizer taking lot of time to respond Response time is around 20-30 seconds from AVS
Also I am not able to see any logs getting generated?
Hi team From security perspective , does scanning image exposes sensitive values used through environment variables in image