aws-samples / aws-saas-factory-ref-solution-serverless-saas

MIT No Attribution
459 stars 153 forks source link

Fix cognito pool cleanup error #51

Closed adilhafeez closed 1 year ago

adilhafeez commented 1 year ago

Description of changes:

Cleanup script is failing while removing cognito pools. I've attached error below.

➜  aws-saas-factory-ref-solution-serverless-saas git:(adil/fix_cognito_pool_deletion) ✗ sh cleanup.sh 
...
Tue May  2 10:13:24 PDT 2023 cleaning up log groups... Tue May  2 10:13:25 PDT 2023 cleaning up user pools...

Cannot specify --no-paginate along with pagination arguments: --starting-token

Cannot specify --no-paginate along with pagination arguments: --starting-token
...
➜  ~ aws --version
aws-cli/2.11.15 Python/3.11.3 Darwin/22.2.0 source/arm64 prompt/off ➜  ~
adilhafeez commented 1 year ago

(btw there is another minor bug in cleanup that I'm fixing - will send the PR in a bit)