You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
I was following the workshop steps, and after I was done with Static Web Hosting > Deploy, I found out that the build step failed in the deployment.
After further investigation, I found out that the permission policy attached to the Amplify IAM role is not configured to use CodeCommit.
I was following the workshop steps, and after I was done with
Static Web Hosting > Deploy
, I found out that the build step failed in the deployment.After further investigation, I found out that the permission policy attached to the Amplify IAM role is not configured to use CodeCommit.
JSON for IAM Policy for reference.
After attaching
AWSCodeCommitReadOnly
to the Amplify Service Role, the build phase was able to clone the repo.The text was updated successfully, but these errors were encountered: