seanfdnn

Results 4 issues of seanfdnn

The instructions for building on Debian Bullseye are missing two dependencies from the `apt-get install`: * `qml-module-qtquick-controls` * `qml-module-qtquick-layouts` Without these, you will see the following error: ``` QQmlApplicationEngine failed...

The Lambda event passed to the PreTokenGeneration Lambda is supposed to include the list of the user's group memberships. This was previously hard-coded to an empty list with a //TODO....

As per the pre-token generation data structure on the AWS docs: https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-pre-token-generation.html The JSON request to the pre-token generation token should have `groupConfiguration` as a list, but `cognito-local` currently has...

The instructions to run the chatta-demo on geodocker-cluster don't appear to be working. The install scripts referenced in the readme don't seem to be either in the chatta-demo repo, or...