First off, this is an extraordinary tutorial in the breadth and depth of practical design issues it covers. Kudos!
When initially deploying lab #2, I got the following errors-->
Error: Failed to create/update the stack: serverless-saas, Waiter StackCreateComplete failed: An error occurred (ExpiredToken): The security token included in the request is expired
Client code is getting deployed
An error occurred (InvalidParameterException) when calling the AdminCreateUser operation: 1 validation error detected: Value 'None' at 'userPoolId' failed to satisfy constraint: Member must satisfy regular expression pattern: [\w-]+_[0-9a-zA-Z]+
An error occurred (InvalidParameterException) when calling the AdminAddUserToGroup operation: 1 validation error detected: Value 'None' at 'userPoolId' failed to satisfy constraint: Member must satisfy regular expression pattern: [\w-]+_[0-9a-zA-Z]+
aws s3 ls s3://None
An error occurred (NoSuchBucket) when calling the ListObjectsV2 operation: The specified bucket does not exist
Error! S3 Bucket: None not readable
Added the code in tenant and user management, per instructions, redeployed and got two URLs. Both are rendering "access denied" messages.
Welcome any tips / trailheads to proceed.
Using Cloud9 instance with python 3.8 per the boilerplate setup. Thanks in advance.
First off, this is an extraordinary tutorial in the breadth and depth of practical design issues it covers. Kudos!
When initially deploying lab #2, I got the following errors-->
Error: Failed to create/update the stack: serverless-saas, Waiter StackCreateComplete failed: An error occurred (ExpiredToken): The security token included in the request is expired Client code is getting deployed
An error occurred (InvalidParameterException) when calling the AdminCreateUser operation: 1 validation error detected: Value 'None' at 'userPoolId' failed to satisfy constraint: Member must satisfy regular expression pattern: [\w-]+_[0-9a-zA-Z]+
An error occurred (InvalidParameterException) when calling the AdminAddUserToGroup operation: 1 validation error detected: Value 'None' at 'userPoolId' failed to satisfy constraint: Member must satisfy regular expression pattern: [\w-]+_[0-9a-zA-Z]+
aws s3 ls s3://None
An error occurred (NoSuchBucket) when calling the ListObjectsV2 operation: The specified bucket does not exist Error! S3 Bucket: None not readable
Added the code in tenant and user management, per instructions, redeployed and got two URLs. Both are rendering "access denied" messages.
Welcome any tips / trailheads to proceed.
Using Cloud9 instance with python 3.8 per the boilerplate setup. Thanks in advance.