I need to be able to make some AWS SDK calls for general maintenance. These calls are not attached to any authenticated user so Cognito is not involved in the authorization. Is there a best practice for authorizing AWS SDK calls outside of Cognito scenarios?
1 Like
It depends where you are calling them from. Are these being made as an admin from somebody’s local machine? Or is it being made as a part of an automated process in your application?