Arish Ahmadblog.arishahmad.in·Aug 9, 2024Hosting Your Serverless Website Using AWSNote: This guide requires a web domain to host the website. Step 1: Creating a S3 Bucket Open the AWS Management Console and navigate to the S3. Click Create Bucket. Give it a suitable name. Scroll and click Create Bucket. Copy the followi...110 readsAWS Project Chronicles: From Novice to ExpertAWS
Aman dubeycloudastra.hashnode.dev·May 1, 2024Boto3 and DynamoDB: Integrating AWS’s NoSQL Service with PythonIntroduction Amazon Web Services aws boto3 dynamodb as an versatile NoSQL database service while Boto3 serves, as the Python based AWS SDK. This article aims to delve into the usage of Boto3 for interacting with DynamoDB encompassing operations recom... aws boto3 dynamodb