By mistakenly I deleted all the IAM users from aws. And Now when I tried to upload the file into aws via node.js code, I am getting the error:
The AWS Access Key Id you provided does not exist in our records.
and when I trying to send the email from node.js code with ses credentials, I am getting the error:
Invalid login: 535 Authentication Credentials Invalid.
However, I created new access key and secret key pair to solve this problem, But still same issue. Can anyone please help with the same?