Sumit Mondalsumit007.hashnode.dev·May 23, 2024Exploring AWS Simple Queue Service (SQS): A Hands-On GuideIn today's fast-paced digital landscape, the need for efficient and reliable messaging systems has become paramount. Whether it's processing orders, managing workflows, or orchestrating microservices, businesses require a robust solution to handle me...Discuss·46 readsAWS
Farzana Rahmanlearningwithfarzana.hashnode.dev·Mar 14, 2023How 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...Discuss SAM(serverless application model)
Farzana Rahmanlearningwithfarzana.hashnode.dev·Mar 9, 2023How to SAM accelerate work with lambda layersIf you are a developer, you know testing is very important for application development. But integration testing in cloud is really a concern. As deployment time plays a vital role in development, many of us try to do mock test before deploy it into c...Discuss·84 readsaws lambda layer