Video transcript

Output of the Cognito deployment script

A terminal runs ./scripts/deploy-cognito.sh game-auth. The output shows it deploying the "game-auth-cognito" stack in region us-west-2, waiting for the changeset and stack to complete, then "Successfully created/updated stack" and "Deployment completed successfully." It prints the resulting Cognito User Pool ID, Client ID, and User Pool ARN, then reports "Created .env file with Cognito configuration" so the values can be used by the application.

← Return to Setting up for development on spirit of Kiro