Alejandroupload-file-to-s3-bucket.hashnode.dev·Feb 17, 2025Upload file to S3 Bucket with NextJS using Server ActionsUploading files to an S3 bucket in a Next.js application can be streamlined using Server Actions, a powerful feature that enables handling server-side logic directly within your components. This guide walks you through setting up file uploads with Ne...1 likeNext.js
Jeroen Reijnjreijn.hashnode.dev·Feb 10, 2025Multi-account DNS with AWS CDKI was recently tasked with setting up DNS within an AWS organization structure. The idea was to use a single domain structure that would be able to support multiple environments (development, acceptance and production). In my actual use case it was a...AWS
Matt Martzmartzmakes.com·Feb 4, 2025Secure Your Serverless App with Cognito’s Managed Login PagesWhen you think about user authentication, you might picture wrestling with OAuth flows, wrestling with JWT tokens, or setting up a dozen redirects just to log a user in. But what if you could let AWS handle the heavy lifting for you? Enter Cognito’s ...4 likes·199 readsAWS
Lucas Vera Toroblog.lucasdev.info·Feb 3, 2025Offline-First Recipe Manager with AWS AppSync and Amplify[Summary Generated with AI] This article discusses the importance of offline capabilities in mobile applications to prevent data loss due to connectivity issues. It highlights how AWS AppSync and Amplify simplify offline data synchronization, allowin...30 readsAWS - ServerlessAWS
Panagiotis Katsaroumpas, PhDdeepdive.codiply.com·Jan 16, 2025Restaurant Reservation Agent with Amazon Bedrock and AWS CDKIn this post I will document my first attempt to build an Amazon Bedrock Agent with AWS CDK. The agent uses Retrieval Augmented Generation (RAG) to query a knowledge base containing restaurant descriptions and can perform the action of making a reser...49 readsaws-cdk
Hema Sundharam Kollahemasundharamkolla.hashnode.dev·Jan 15, 2025Mastering CloudFormation Templates for Effective Infrastructure as CodeWhat is IAC? What is CFT? What is Terraform? Terraform vs. CFT? Structure of CFT? YAML or JSON? How Write CFT in a Easy way? Why CFT? AWS CLI vs. CFT? What is IAC? IAC stands for Infrastructure as Code. It’s a way to manage and provision infrastructu...The DevOps Cloudbook: AWS Editionaws lambda
Benoît Bourébenoitboure.com·Jan 7, 2025FeaturedI Built A Serverless Ephemeral AWS Account Vending MachineLast November 2024, I attended an AWS user group meetup in Barcelona. I found Joan García's sessions particularly interesting. He explained how they addressed some recurring challenges at Ocado, such as safely conducting proofs of concept or running ...27 likes·1.0K readsAWS
Balajibalajidevops.hashnode.dev·Jan 7, 2025Mastering AWS EKS Cluster Upgrades: Best Practices, Prerequisites, and Key ConsiderationsUpgrading an Amazon Elastic Kubernetes Service (EKS) cluster ensures you stay current with Kubernetes features, security patches, and API deprecations. However, the process requires careful planning to prevent service disruptions. This detailed blog ...1 like·33 readsAWS
Balajibalajidevops.hashnode.dev·Jan 2, 2025Ultimate Guide to AWS for Freshers and Experienced ProfessionalsIntroduction to Cloud ComputingCloud computing is transforming how businesses and individuals store, manage, and process data. By leveraging remote servers accessed via the internet, cloud computing eliminates the need for physical local servers. AWS...1 like·58 readsAWS
AnkitforAnkit 's blogimankit.hashnode.dev·Jan 2, 2025Day 9: Monitoring and Logging in AWS with CloudWatch and CloudTrail 🌐🚀Welcome to Day 9 of our AWS learning journey! 🎉 Today, we’ll uncover the intricacies of monitoring and logging with two indispensable AWS services: Amazon CloudWatch and AWS CloudTrail. These tools are vital for ensuring the smooth operation, securi...Learning AWS from Scratch: A Day-by-Day GuideAWS