Ricardo CinoforRicardo Cinoricardocino.hashnode.dev·an hour agoPrivate API Gateway with DNSAt PostNL we are building most of our applications with Serverless in mind, let me rephrase that, we build all our applications within our own landing zone with Serverless only. There is no option to deploy any kind of EC2 and if you need containers ...DiscussAPI Gateway
Ricardo CinoforRicardo Cinoricardocino.hashnode.dev·20 hours agoAvoiding CloudFormation Stack OutputsRecently I’ve been working on a new project where we created many resources in a lot of different stacks. A feature of CloudFormation is that you can output values from your stack, which is great for referencing resources in other stacks. However, wh...DiscussAWS
Amit Mauryaamitmaurya.hashnode.dev·a day agoBuilding a Serverless Web Application with AWS Lambda, API Gateway, DynamoDB, S3In this article we are going to deploy web application on AWS in serverless way means we don’t have to manage servers at all, no scaling of servers nothing. In today’s world, most of the business need serverless architecture where they should mainly ...DiscussDevops
Venkatramananvenkatvk.hashnode.dev·Nov 17, 20243.Exploring Modern Architecture Patterns: Event-Driven, Microservices, Fan-Out ,Schedule & Serverless-Based SolutionsLets a have look at the Overview ,Key features and Real time usecase of Modern Architectures.. Here’s a simple overview of the mentioned architectures, along with their key features and real-time examples: 1. Event-Driven Architecture Overview: An ar...DiscussAWS
Nahidnahidislam.hashnode.dev·Nov 15, 2024Understanding Application Architecture: Types, Functions, and How They WorkIn the world of software development, Application Architecture serves as the blueprint for building applications, defining the structure, interaction, and components that make up a software solution. It essentially outlines how applications are desig...Discuss·5 likesWeb Application Architecture
Aditya Gadhaveadityag7678.hashnode.dev·Nov 15, 2024Understanding Lambda: A Step-by-Step Guide to ImplementationWhat is Lambda? Lambda is used to encapsulate Data centres, Hardware, Assembly code/Protocols, high-level languages, operating systems, AWS APIs. Lambda is a compute service where you can upload your code and create the Lambda function. Lambda tak...DiscussAWS
Rahul Bansodcompile.hashnode.dev·Nov 14, 2024Mastering Node Placement in Kubernetes: Node Selectors vs. Node AffinityIn Kubernetes, controlling where your Pods are scheduled can be essential for managing workloads, ensuring resource optimization, and maintaining availability. Kubernetes provides two powerful mechanisms for this: Node Selectors and Node Affinity. Wh...Discussnode
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Nov 14, 2024AWS CloudFormation Template -Aurora Serverless PostgreSQL ClusterIntroduction :- Cloud computing has revolutionized the way organizations manage their databases. #AmazonWebServices (AWS) offers a powerful database service known as Amazon Aurora, which combines the performance and availability of high-end commercia...DiscussPostgreSQL
Harendra Barotharrybdevops.hashnode.dev·Nov 13, 2024Improve Server Operations with Server Performer AnalyzerGoal of this project is to write a script to analyze server performance stats. Overview server-stats.sh is a shell script designed to analyze basic server performance statistics. It provides detailed insights into system resource usage, top processe...Discussserverless
Othmane Kahtalblog.othmane.me·Nov 11, 2024Serverless CSV Processing with AWS SAM: Lambda, S3, and DynamoDB GuideAs part of my AWS Certified Developer Associate (DVA-C02) exam preparation, I've built a practical project to understand core AWS services better. This project demonstrates how to process CSV files using AWS SAM, Lambda, S3, and DynamoDB – all common...Discuss·4 likes·45 readsCode and Cloud: AWS Projects SeriesAWS