Closed thealpha93 closed 3 years ago
@thealpha93, thanks for pointing this out. I'll into this shortly.
@OElesin Thanks.
@thealpha93, fix committed, please pull the latest changes and try again
@OElesin Thanks. I think it's almost working now. Got past that error. But still the app backend fails the build in cloudformation I guess. I'll look more into it and start a new issue if the issue persists
@thealpha93, great. Please report the new issue and let me look into it. All look good from here by the way!
The deploy script fails and gives me the following error
An error occurred (ParameterNotFound) when calling the GetParameter operation:
I think it's from this line. It's not getting the
APP_ID
.APP_ID=$(sed -e 's/^"//' -e 's/"$//' <<<"$(aws ssm get-parameter --profile $PROFILE --region "$REGION" --name /Querypal/Amplify/AppID --query "Parameter.Value")")
I don't have an ssm parameter with the name
/Querypal/Amplify/AppID
.Also mention the right
scopes
for the github token in the documentation.