1 Answer
- Newest
- Most votes
- Most comments
0
This error occurs because the authentication token is missing from the script. Here are a couple of ways to resolve this issue:
- Retrieve the auth token from the
.aws/credentialsfile. - Call the endpoint using the AWS SDK and run the program after logging in with the AWS CLI.
In the provided code, the token is being retrieved from the environment variable "canvas-new-deployment-03-12-2024-4-51-PM." Is this intentional, or could it be a typo?
answered a year ago
Relevant content
- asked a year ago
