Option "Enable Admin Panel" in DSH-PREDMNT1 serverless.yml file. Can someone explain this option and what is the purpose of this Admin Panel in DSH-PREDMNT1.
In DSH-PREDMNT serverless.yml file there is an option as below...
# uncomment to deploy admin panel
# - Outputs:
# AdminIdentityPoolId:
# Value:
# Fn::ImportValue: AdminIdentityPoolId
# AdminPoolId:
# Value:
# Fn::ImportValue: AdminPoolId
# AdminAppClientId:
# Value:
# Fn::ImportValue: AdminAppClientId
Can someone explain what this option actually does?. Does this create a separate Admin Page for the DSH-PREDMNT AWS App?.
