aws-iot-chat-example icon indicating copy to clipboard operation
aws-iot-chat-example copied to clipboard

Is `attachConfirmUserTrigger.sh` still needed?

Open bsommardahl opened this issue 7 years ago • 1 comments

I recently had issues with deploying a freshly cloned version of the chat example because of the following error:

Error: Command failed: ./scripts/attachConfirmUserTrigger.sh
./scripts/attachConfirmUserTrigger.sh: 8: ./scripts/attachConfirmUserTrigger.sh: Syntax error: "(" unexpected

When I dig in a little deeper, I see the following comment at the top of the offending script:

# This script is used until a bug regarding Cognito User Pools in serverless is fixed
# https://github.com/serverless/serverless/pull/3799

When I follow that link, I see that the PR has been merged and the related issues closed. Does that mean we can remove this script (along with its corresponding detach script)?

bsommardahl avatar May 16 '18 21:05 bsommardahl

Looks like it isn't needed anymore. Welcoming pull requests to use that feature and delete attachConfirmUserTrigger.sh 😃

Nosajool avatar Jun 13 '20 18:06 Nosajool