Merge branch 'main' of https://github.com/aws-lumberyard/o3de into ly-as-sdk/LYN-2948-phistere
This commit is contained in:
@@ -39,4 +39,4 @@ namespace AWSClientAuth
|
||||
// DO NOT MODIFY THIS LINE UNLESS YOU RENAME THE GEM
|
||||
// The first parameter should be GemName_GemIdLower
|
||||
// The second should be the fully qualified name of the class above
|
||||
AZ_DECLARE_MODULE_CLASS(AWSClientAuth_c74f2756f5874c0d8d29646dfc9cb0ad, AWSClientAuth::AWSClientAuthModule)
|
||||
AZ_DECLARE_MODULE_CLASS(Gem_AWSClientAuth, AWSClientAuth::AWSClientAuthModule)
|
||||
|
||||
@@ -76,7 +76,7 @@ class CognitoUserPool:
|
||||
scope,
|
||||
'CognitoUserPoolId',
|
||||
description="Cognito User pool id",
|
||||
value=self._user_pool.attr_provider_name)
|
||||
value=self._user_pool.ref)
|
||||
|
||||
core.CfnOutput(
|
||||
scope,
|
||||
|
||||
Reference in New Issue
Block a user