danilop / LambdAuth

A sample authentication service implemented with a server-less architecture, using AWS Lambda to host and execute the code and Amazon DynamoDB as persistent storage. This provides a cost-efficient solution that is scalable and highly available and can be used with Amazon Cognito for Developer Authenticated Identities.
MIT License
1.37k stars 234 forks source link

Fails on clean up #51

Open aniecki opened 8 years ago

aniecki commented 8 years ago

./cleanup.sh Starting cleanup. Loading config parameters Removing IAM Roles Removing Cognito Identity Pool usage: aws [options] [ ...] [parameters] To see help text, you can run:

aws: error: argument --identity-pool-id: expected one argument

kalevalp commented 5 years ago

This happens when your region does not support Cognito (e.g. us-west-1).