OElesin / querypal

Web UI for Amazon Athena
Apache License 2.0
55 stars 26 forks source link

Deploy script Fails: An error occurred (ParameterNotFound) when calling the GetParameter operation #2

Closed thealpha93 closed 3 years ago

thealpha93 commented 3 years ago

The deploy script fails and gives me the following error An error occurred (ParameterNotFound) when calling the GetParameter operation: image

I think it's from this line. It's not getting theAPP_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.

OElesin commented 3 years ago

@thealpha93, thanks for pointing this out. I'll into this shortly.

thealpha93 commented 3 years ago

@OElesin Thanks.

OElesin commented 3 years ago

@thealpha93, fix committed, please pull the latest changes and try again

thealpha93 commented 3 years ago

@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

OElesin commented 3 years ago

@thealpha93, great. Please report the new issue and let me look into it. All look good from here by the way!