简体   繁体   English

dynamodb node.js --- UnrecognizedClientException:请求中包含的安全令牌无效

[英]dynamodb node js --- UnrecognizedClientException: The security token included in the request is invalid

i have an app connected to a local dynamodb, written in typescript on yop of node.js (express) using the aws-sdk.我有一个连接到本地 dynamodb 的应用程序,使用 aws-sdk 在 node.js (express) 的 yop 上以 typescript 编写。 i am trying to connect to the locally running dynamo, and getting that error when trying to perform different operations (list table, delete table etc):我正在尝试连接到本地运行的发电机,并在尝试执行不同的操作(列表表、删除表等)时遇到该错误:

UnrecognizedClientException: The security token included in the request is invalid. UnrecognizedClientException:请求中包含的安全令牌无效。

cant resolve that, been trying for a whole day, configured local credentials for the aws console etc.无法解决,一直在尝试一整天,为 aws 控制台等配置本地凭据。

thanks in advance.提前致谢。

I think it's either the credentials are wrong, the region used is wrong or the credentials are invalid.我认为这是凭据错误,使用的区域错误或凭据无效。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 调用 GetSecretValue 操作时发生错误(UnrecognizedClientException):请求中包含的安全令牌无效 - An error occurred (UnrecognizedClientException) when calling the GetSecretValue operation: The security token included in the request is invalid 使用 Boto3 时出错:请求中包含的安全令牌无效 - Error using Boto3: The security token included in the request is invalid 请求中包含的安全令牌已过期 - The security token included in the request is expired 调用 AssumeRole 操作时发生错误 (InvalidClientTokenId):请求中包含的安全令牌无效 - An error occurred (InvalidClientTokenId) when calling the AssumeRole operation: The security token included in the request is invalid Cloud9 上的 AWS copilot InvalidClientTokenId:请求中包含的安全令牌无效(状态代码:403) - AWS copilot on Cloud9 InvalidClientTokenId: The security token included in the request is invalid (status code: 403) 运行 aws iam upload-server-certificate 时如何解决“请求中包含的安全令牌无效”错误? - How can I resolve the error "The security token included in the request is invalid" when running aws iam upload-server-certificate? 当我尝试在本地 DynamoDB 上启用“生存时间”时出现 UnrecognizedClientException 错误 - UnrecognizedClientException error when I try to enable "time to live" on local DynamoDB 使用 Node.js 在 DynamoDB 中分页? - Pagination in DynamoDB using Node.js? 无法对安全令牌进行身份验证或授权错误(使用 Tedious 与 MS SQL 服务器建立 Node JS 连接) - Security token could not be authenticated or authorized error ( Node JS connectivity with MS SQL Server using Tedious) 从 dynamodb 更新项目 node.js 中删除“保留关键字” - Removing the "reserved keyword" from dynamodb update item node js
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM