get an aws security token for STT

This commit is contained in:
Dave Horton
2023-11-29 13:34:17 -05:00
parent 86a14daf79
commit 864a673ea0
2 changed files with 10 additions and 1 deletions

View File

@@ -178,6 +178,7 @@ function installSrfLocals(srf, logger) {
synthAudio,
getNuanceAccessToken,
getIbmAccessToken,
getAwsAuthToken
} = require('@jambonz/speech-utils')({redis_client: client}, logger);
const {
writeAlerts,
@@ -231,6 +232,7 @@ function installSrfLocals(srf, logger) {
getListPosition,
getNuanceAccessToken,
getIbmAccessToken,
getAwsAuthToken,
addToSortedSet,
retrieveFromSortedSet,
retrieveByPatternSortedSet,