DHDev H Patelindhp1202.dev·Apr 3, 2024 · 2 min readAmazon DynamoDBIn the recent times where traditional relational databases often struggle to keep pace with the demands of dynamic applications, Amazon DynamoDB emerges as the burning example of innovation and efficiency. It is a fully managed NoSQL database service...00
DHDev H Patelindhp1202.dev·Mar 17, 2024 · 4 min readAWS LambdaWhen people talk about automating the tasks on cloud, one couldn't help but mention AWS Lambda. A part of Amazon Web Services, Lambda is designed to enable developers to run code without provisioning or managing servers. 'Lambda' is named after funct...00
DHDev H Patelindhp1202.dev·Mar 3, 2024 · 4 min readAWS AmplifyAmplify has everything we need to build full-stack web and mobile apps on AWS. Amplify Hosting enables developers build the apps with the Amplify Framework to continuously deploy updates to their backend and frontend on every code commit. Hosting sta...00
DHDev H Patelindhp1202.dev·Feb 7, 2024 · 4 min readGetting started with serverlessA brief introduction Serverless computing model in cloud is the one wherein the cloud service provider manages the allocation and provisioning of servers, so that the developers can focus solely on the code. This approach eliminates the need for them...00