AMAyush Mehtainayushmehta651.hashnode.dev·Nov 11, 2023 · 3 min readBuilding Your First AWS Serverless Application: A Beginner-Friendly Project with Lambda, DynamoDB and API GatewayLet's build a beginner friendly serverless application using AWS. In this blog, we'll see how we can do it step by step. First we will create the lambda function using python, you can choose any python version as per your choice, preferably python 3....01R
AMAyush Mehtainayushmehta651.hashnode.dev·Apr 14, 2023 · 2 min readReducing Docker Image size🤔 Understanding the Problem In the world of microservices, most of the production is standing on containers. Docker Images are made to bring unity among the developers despite the platform and environment. But obtaining this at cost of memory and sp...00