We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d43243 commit dc42a59Copy full SHA for dc42a59
1 file changed
README.md
@@ -85,7 +85,7 @@ ServerlessWebappStarterKitStack.AuthUserPoolClientId8216BF9A = xxxxxxxxxxxxxxxxx
85
ServerlessWebappStarterKitStack.AuthUserPoolIdC0605E59 = us-west-2_xxxxxx
86
ServerlessWebappStarterKitStack.DatabaseDatabaseSecretsCommandF4A622EB = aws secretsmanager get-secret-value --secret-id DatabaseClusterSecretD1FB63-xxxxxxx --region us-west-2
87
ServerlessWebappStarterKitStack.DatabasePortForwardCommandC3718B89 = aws ssm start-session --region us-west-2 --target i-xxxxxxxxxx --document-name AWS-StartPortForwardingSessionToRemoteHost --parameters '{"portNumber":["5432"], "localPortNumber":["5432"], "host": ["foo.cluster-bar.us-west-2.rds.amazonaws.com"]}'
88
-ServerlessWebappStarterKitStack.FrontendDomainName = https://web.mtomooka.people.aws.dev
+ServerlessWebappStarterKitStack.FrontendDomainName = https://web.exmaple.com
89
```
90
91
Opening the URL in `FrontendDomainName` output, you can now try the sample app on your browser.
0 commit comments