简体   繁体   中英

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. 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.

cant resolve that, been trying for a whole day, configured local credentials for the aws console etc.

thanks in advance.

I think it's either the credentials are wrong, the region used is wrong or the credentials are invalid.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM