Amplify-cli: Remove Admin Queries in "amplify update auth"

Created on 25 May 2020  路  2Comments  路  Source: aws-amplify/amplify-cli

How can i remove the admin queries API? I cannot remove the api endpoint or the function. When i try to do that, i get referenced to amplify update auth. I cannot find an option in the amplify update auth cli to remove the admin query. Can i do this manually in the cloudformation files?

Which Category is your question related to?

amplify cli (update auth)

Amplify CLI Version
4.18.0

auth pending-close-response-required question

Most helpful comment

@ASchwad Did you try removing the REST API using amplify remove api command and selection 'AdminQueries' and then amplify remove function to get rid of the Lambda backed function. I just tried to out and was able to remove my API resource.

All 2 comments

@ASchwad Did you try removing the REST API using amplify remove api command and selection 'AdminQueries' and then amplify remove function to get rid of the Lambda backed function. I just tried to out and was able to remove my API resource.

Thanks!

Was this page helpful?
0 / 5 - 0 ratings