-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
televisit-demo sendMessage from lambda assumeRole error #311
Comments
the sdk v1 has been deprecated, i got mine to work by changing the lambda code for ChimeAppInstanceLambda in the backend/template.yml to
|
@stephen-tenorless the solution above should fix your deployment, however i am still running into dependency issues in the frontend with npm |
the lambda is failing when trying to return the response from the lex bot
2023-04-15T02:49:28.972Z 0696baa3-3d05-49ad-9758-495f33defbdd INFO {
"message": "User: arn:aws:sts::xxxxxxxxxxx:assumed-role/chime-sdk-televisit-backend-LambdaKinesisRole-1OJU72XPACAFW/ChimeSDKTelevisitDemo-MessageModerator is not authorized to perform: sts:AssumeRole on resource: arn:aws:iam::xxxxxxxxxxxx:role/chime-sdk-televisit-backend-LambdaKinesisRole-1OJU72XPACAFW",
"code": "AccessDenied",
"time": "2023-04-15T02:49:28.972Z",
"requestId": "674469a9-db9f-4cf2-8ed8-7499a67805b5",
"statusCode": 403,
"retryable": false,
"retryDelay": 6.397304262170911
}
The text was updated successfully, but these errors were encountered: