- Видео 13
- Просмотров 483
Cloud practicals and more
Индия
Добавлен 29 май 2010
Implement Custom Auth Lambda
In this video we are going to discuss and implement the Custom Auth Lambda as mentioned in this document in here:
docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-use-lambda-authorizer.html
This is one of the crucial point in our rest API development. We are going to attach Custom Auth Lambda to all the APIs for Task Manager. The Custom Auth Lambda will return userId (used to identify the user in cognito) which will be used to create tasks for that particular user.
docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-use-lambda-authorizer.html
This is one of the crucial point in our rest API development. We are going to attach Custom Auth Lambda to all the APIs for Task Manager. The Custom Auth Lambda will return userId (used to identify the user in cognito) which will be used to create tasks for that particular user.
Просмотров: 13
Видео
test existing apis
Просмотров 12День назад
In this video we are going to Test our existing APIs, since we are done with lot of work. We are going to use Postman which is a very popular testing tool. We will test and verify User Registration, User Confirmation and User Authentication Flow. Next we will get started with Custom Auth Lambda which is the heart of our application. So stay tuned.
Create API Gateway endpoint for user authentication
Просмотров 20День назад
In this video we will create API Gateway endpoint for user authentication.
Create API Gateway endpoint for user confirmation
Просмотров 8День назад
In this video we will create an API Gateway endpoint to confirm the user in Cognito User Pool.
Create API Gateway endpoint for user registration
Просмотров 14День назад
In this video we will create an API Gateway endpoint to register user in Cognito.
Configure and deploy Cognito user pool and client
Просмотров 1714 дней назад
In this video we are going to configure and deploy Cognito user pool and App client. We will look into the configuration step by step. We also deploy the service and verify the resources created in aws console.
Understanding cognito user pool and app client
Просмотров 514 дней назад
Discuss more about Cognito User Pool and Cognito App Client. These two concepts are often misunderstood a lot in developer community. In this video we will understand the flow using a diagram.
setup boilerplate code for serverless rest api
Просмотров 1214 дней назад
In this video we are going to setup boiler plate code required for our serverless rest api. We will also deploy and test the default lambda handler which comes with serverless.yml file. Difference between REST API and HTTP API can be found here: docs.aws.amazon.com/apigateway/latest/developerguide/http-api-vs-rest.html
pre-requisites required for setting up serverless framework on your operating system.
Просмотров 1014 дней назад
To install node.js follow the instructions mentioned here: www.loom.com/share/6092e21d528c48289e6fc7513081eb9d To install and configure aws cli follow the instructions mentioned here: docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
weather application
Просмотров 334 года назад
weather application developed in react js. The application is deployed here: cuddly-number.surge.sh/
aws application load balancer path based routing
Просмотров 2094 года назад
In this video we will see how to configure path based routing in Application Load Balancer in AWS. Features of Application Load Balancer: - Operates on Application Layer/Layer 7 of the OSI model - Support for path based routing - Support for host based routing - Support for routing requests to multiple applications on the same EC2 instance
Configuring AWS Classic Load Balancer
Просмотров 834 года назад
Load balancing in general is a common mechanism to evenly distribute the incoming traffic among available servers. Elastic Load Balancer is an EC2 service which automates the process of evenly distributing the incoming traffic among EC2 instances associated with it. It balances traffic to EC2 instances launched across multiple availability zones There are 3 types of load balancers available: 1....
ReactReduxIFSCApplication
Просмотров 496 лет назад
Fullstack Application built using Node.js, Express and React Redux. This application is used to find details of any bank in India.
Otherwise make the load balancer itself path based. What path is not given in the instance?
The lightning in the server was taken based on the path. Why path based in load balancer?
Provide a user data
Superb website sir..!
Super explanation sir..! Very detail and at the same time very crips..!