Jones Zachariah Noel NforThe Serverless Terminalblog.theserverlessterminal.com·Feb 17, 2025Did you know you are a co-owner who secures your workloads with Serverless?As developers focus on building great things, security sometimes takes the backseat. However, with Serverless, we know that developers also work on the infrastructure of using multiple Serverless microservices, while this integration and bringing the...10 likes·40 readsserverless
Ankita Lunawatcloudhub2295.hashnode.dev·Feb 15, 2025Migrating to AWS EBS-GP3This guide explains how to migrate Amazon Elastic Block Store (EBS) volumes from gp2 to gp3, highlighting gp3's improved performance, cost-effectiveness, and flexibility. Benefits of Migrating to gp3: Improved Performance: Independent Performance C...ebs
Bernie Camejobernieops.com·Feb 14, 2025Fixing incorrect KMS Key Policy when deploying Lambda with an IAM RoleOften you'll want to create environment variables to pass as CLI arguments to a Lambda function. Lambda as a service does not support passing CLI arguments using things like argparse, but rather you have to configure individual environment variables ...AWS
Bernie Camejobernieops.com·Feb 14, 2025Using environment variables when deploying Lambda containersWhile building a simple application that pulls API location data for the International Space Station, I was running the ingestion and transformation script locally on my system, passing the necessary parameters to the CLI. Below is the code snippet o...AWS
user1272047programmingetc.hashnode.dev·Feb 13, 2025AWS Lambda Function TutorialAWS Lambda Function Tutorial 1. Basic Lambda Function Example 1: Hello World Lambda import json def lambda_handler(event, context): return { 'statusCode': 200, 'body': json.dumps('Hello from AWS Lambda!') } Explanation Imp...awsAWS
Pradeep ABpradeepab.hashnode.dev·Feb 12, 2025Rate Limiting for AWS - API GatewayIntroduction: AWS API Gateway is a fully managed service that allows developers to create, deploy, and manage secure APIs at any scale. It acts as a front door for applications to access data, business logic, or functionality hosted on AWS services l...AWS
Chisom Judechisomjude.hashnode.dev·Feb 10, 2025Automating Serverless Deployment: S3 Frontend with API Gateway & AWS LambdaLet’s walk through a full cloud deployment for a 2-tier architecture for a serverless web application using AWS S3, CloudFront, API Gateway, and Lambda. This architecture allows you to host static frontend content and a dynamic, serverless backend lo...3 likes·62 reads" How To ..." with AWSlambda
Jakub Wisniewskibriefnewsdaily.hashnode.dev·Feb 6, 2025Why This Stack is Perfect for AI Automated Content Generation (2025 With App Example)Trying to pick the best tech stack for AI-powered content generation in 2025 can be quite a challenge—especially with so many new frameworks appearing on the scene. If you’re looking to build automated, high-quality content websites, then this combo ...Next.js
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
Md Nur Mohammadmohammadwithdevops.hashnode.dev·Feb 2, 2025🌟 RDS AutoPilot 🌟Description:RDS AutoPilot is an intelligent AWS RDS management system that automates database start and stop schedules within a single VPC. Designed for cost optimization, it ensures that RDS instances run only during working hours, reducing unnecess...lambda