From the course: Complete Guide to Serverless Web App Development on AWS
Unlock this course with a free trial
Join today to access over 24,600 courses taught by industry experts.
Deploying and verifying resources in the AWS console - Amazon Web Services (AWS) Tutorial
From the course: Complete Guide to Serverless Web App Development on AWS
Deploying and verifying resources in the AWS console
- [Instructor] Now that we have set up everything in cdk, it's time to deploy the stacks. We have used the cdk deploy command, but this one won't work anymore as we have multiple stacks and cdk doesn't know which one you want to deploy. To deploy a specific stack, what you can do is you can do cdk deploy and then put the name of the stack, for example, TodoCognitoApp, and this will deploy the Cognito stack for us. So this is deploying. Boom. If you want to deploy all the stacks at one, what you can do is, make this bigger, is run cdk deploy --all, and this will deploy all the stacks that you have defined in your application. So now we can go to our AWS console, we have everything deployed and see what happen. So let's go to the AWS console and let's check first the Cognito, if we have the two things. So here we have the Cognito user pool. So here it is with its client. And then we should have the identity pool as well. So here they are. Then we can check Amplify, and we can see if…
Contents
-
-
-
-
-
(Locked)
Introduction to authentication and authorization for web apps3m 1s
-
(Locked)
Introduction to AWS Cognito3m 30s
-
(Locked)
Creating Cognito resources with AWS CDK4m 21s
-
(Locked)
AWS CDK passing values between stacks5m 13s
-
(Locked)
Deploying and verifying resources in the AWS console1m 47s
-
(Locked)
Adding authentication7m 40s
-
(Locked)
Deploying and testing the web page5m 45s
-
(Locked)
Challenge: Add Login functionality1m 43s
-
Solution: Add Login and log out functionality4m 59s
-
(Locked)
Progress check: Authentication1m 8s
-
(Locked)
-
-
-
-
-
-