How 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...Sep 23, 2023·4 min read
How to integrate gmail with cognito as social authentication (using SAM, python)Mar 14, 2023·3 min read
How 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...Mar 9, 2023·4 min read