Patrick Jun Pinedapinesprojects.hashnode.dev·Jan 13, 2025AWS Cloud Resume Challenge: API Gateway AWS Lambda DynamoDB and SESIntroduction In this blog post, I’ll share how I tackled the AWS Cloud Resume Challenge, focusing on building a dynamic backend using API Gateway, AWS Lambda, DynamoDB, and Simple Email Service (SES). The goal was to create a visitor counter that inc...53 readsAWS Cloud Resume ChallengeAWS
Patrick Jun Pinedapinesprojects.hashnode.dev·Jan 11, 2025AWS Cloud Resume Challenge: Setting Up CloudFront DistributionIntroduction In this blog post, I’ll guide you through setting up a CloudFront distribution to serve your resume from an S3 bucket. This is part of the AWS Cloud Resume Challenge, and it’s an essential step to improve the performance, security, and s...33 readsAWS Cloud Resume ChallengeAWS
Patrick Jun Pinedapinesprojects.hashnode.dev·Jan 11, 2025AWS Cloud Resume Challenge: Uploading My Resume Template to S3 BucketIntroduction In this blog post, I’ll Walk you through how I uploaded my resume template to an Amazon S3 bucket as part of the AWS Cloud Resume Challenge. This challenge is a great way to learn core AWS services and build a serverless application that...AWS Cloud Resume Challengeaws acm
Patrick Jun Pinedapinesprojects.hashnode.dev·Jan 10, 2025Conquering the AWS Cloud Resume Challenge: My Journey to the CloudIntroduction The AWS Cloud Resume Challenge is a popular project designed to showcase and enhance your cloud computing skills by building a cloud-hosted, interactive resume. It involves using a wide range of AWS services to design, deploy, and manage...1 like·41 readsAWS Cloud Resume ChallengeAWS Cloud Resume Challenge
Tobias SchmidtforAWS Fundamentalsblog.awsfundamentals.com·Oct 7, 2024DynamoDB Global TablesDynamoDB is one of the most popular services on AWS. You don't need to manage anything: there are no containers to keep running, no database connection pools to worry about, and none of the usual concerns that come with running a database. Neverthele...1.3K readsAWS DynamoDB
Tanishka Marrottcloud-design-diaries.hashnode.dev·Sep 23, 2024The Multi-Tier Architectural Pattern. Making complex things *simple*I’ve been in the cloud for quite a few years now; and among the most widely adopted and trusted approaches is the multi-tier design pattern. The reason for this? It elegantly divides an application into its core components, making it easier to manage...2 likesMulti-Tier Architecture
Kiran Bhandarikiranbhandari.hashnode.dev·Aug 17, 2024Delta Loading Using AWS Glue Job Bookmark and DynamodbThere are few approaches to achieve the delta loading in AWS. I will be discussing more about the two option here; Using Glue Job bookmark Using dynamodb to read unprocessed file Glue Job Bookmark Using job bookmark, AWS glue tracks data that has...65 readsDelta Loading,
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...118 readsAWS Project Chronicles: From Novice to ExpertAWS
Infraboyinfraboy.hashnode.dev·Jul 1, 2024AWS Database ServicesAmazon Web Services (AWS) offers a broad range of database services designed to cater to various needs, from relational databases to NoSQL and in-memory data stores. Here’s a detailed overview for your blog: 1. Amazon RDS (Relational Database Service...AWS ( Amazon Web Service )AWS
Deepak parashartechfordummys.hashnode.dev·Jun 13, 2024AWS Storage DynamoDB: A Comprehensive How-To GuideIntroduction Hello, tech enthusiasts and software engineers! Today, we are diving into the world of Amazon DynamoDB, a fully managed NoSQL database service provided by Amazon Web Services (AWS). DynamoDB is known for its seamless scalability, high pe...AWS