FRFarzana Rahmaninlearningwithfarzana.hashnode.dev·Sep 23, 2023 · 4 min readHow to use a single base URL for multiple services in big serverless applications — SAM, API gatewayWhen you are working on a big application, you may have to use multiple backend services like authentication, payment, access management, and so on. If your architectural design is based on microservices, then all these services will have their own U...00
FRFarzana Rahmaninlearningwithfarzana.hashnode.dev·Aug 19, 2023 · 3 min readHow to create virtual environment from terminal (command line)There are many reasons for creating virtual environment. I have mentioned two of them. In our system, there are different type of projects and they need different versions of packages or libraries. If we install all dependencies in our system direct...00
FRFarzana Rahmaninlearningwithfarzana.hashnode.dev·Aug 19, 2023 · 3 min readHow to setup HTTPS users to upload code into codecommit using git credentailCodeCommit is a fully managed source control service that makes it easy to host secure and highly scalable private Git repositories. CodeCommit eliminates the need to operate your own source control system or worry about scaling its infrastructure. Y...00
FRFarzana Rahmaninlearningwithfarzana.hashnode.dev·Mar 14, 2023 · 2 min readHow to integrate gmail configured Backend APIs into frontendIf you are new and don't know how to integrate gmail with cognito, then follow this tutorial. Now you can use cognito and created APIs on your frontend side. To start implementing it into code, check the flow from the diagram: First make the url wh...00
FRFarzana Rahmaninlearningwithfarzana.hashnode.dev·Mar 14, 2023 · 3 min readHow to integrate gmail with cognito as social authentication (using SAM, python)In this application, we will learn how to configure google app into AWS cognito. Installation First, you have to install aws sam cli into your machine. Then configure aws cli. If you don't have CLI installed and configured into your local machine...00