Daniele Frascadfrasca.hashnode.dev·Oct 29, 2024Parameter Management at Scale: How Multi-Region Configurations Saved My ApplicationIn this post, I want to share a story about how significant downtime could have impacted the application if I hadn't used a multi-region setup. In the last few years, I have undertaken the multi-region road for all my applications. I am leading a new...DiscussAWS
David Nguyeneplus.dev·Oct 17, 2024Serverless Architectures on AWS - Week 1 QuizWeek 1: Automation and Authentication This week, you explore tools and practices that can help you automate tasks that you do in AWS. First, you learn about AWS CloudFormation so you can automate the creation of your infrastructure. Then, you learn a...DiscussServerless ArchitecturesServerless Architectures on AWS - Week 1 Quiz
Thalles Lossurdosocraticprogrammer.hashnode.dev·Jul 10, 2024Deploying an AWS Lambda using AWS SAMWhen we want to create a new serverless function using the Amazon Web Services ecosystem, specifically the AWS Lambda service, we need to be concerned with code management: packaging by compressing files, using a Docker image, etc., in addition to de...Discuss·1 likeAWS
Raul NaupariProblog.raulnq.com·Mar 6, 2024AWS SAM: Provisioning AWS AppSync with Amazon RDS Data SourceAWS AppSync now supports Aurora Serverless v2 and Aurora provisioned clusters as data sources. However, the DataSource property within the AWS::Serverless::GraphQLApi resource of AWS SAM doesn't yet support RDS. Until an update from the AWS SAM team ...Discuss·198 readsrds
Raul NaupariProblog.raulnq.com·Jan 30, 2024Creating an Amazon Aurora Serverless v2 Database Using AWS SAMAmazon Aurora Serverless v2 has been available for a while and has proven to be a cost-effective option for certain types of workloads. AWS SAM, as an extension of CloudFormation, can be used to create resources beyond Lambda functions, such as datab...Discuss·7 likes·146 readsAWS
Navya Anavyadevops.hashnode.dev·Jan 26, 2024Introducing AWS SAM: Streamlining Serverless DevelopmentIntroduction: In the ever-evolving landscape of cloud computing, serverless architecture has emerged as a transformative paradigm, enabling developers to focus on code rather than infrastructure. At the forefront of this revolution stands the AWS Ser...Discusssam cli
Raul NaupariProblog.raulnq.com·Aug 30, 2023Running AWS Lambda Functions Locally Using LocalStackIn a previous article, Testing AWS Lambda Functions Locally Using SAM. We discussed how to test Lambda functions on our local machines, simulating triggers from other services. While the AWS SAM local command effectively achieves this goal, one more ...Discuss·10 likes·863 readsAWS Lambda.NET
Raul NaupariProblog.raulnq.com·Aug 21, 2023Testing AWS Lambda Functions Locally Using SAMTesting AWS Lambda functions locally can be a crucial step in the development process, as it allows developers to identify and resolve issues before deploying their code to the cloud. In this regard, AWS SAM provides a method for testing our API call...Discuss·131 readsAWS Lambda.NET
Rahul Lokurterahullokurte.com·May 23, 2023A Guide to Using AWS Intrinsic Functions in Your SAM TemplatesAWS Serverless Application Model (SAM) is a framework for building serverless applications on AWS. It provides a simplified way to define and deploy AWS Lambda functions, Amazon API Gateway APIs, and other serverless resources, using AWS CloudFormati...Discuss·11 likes·1.4K readsAWS
David Montesdeocablog.davidmontesdeoca.es·May 8, 2023The one with requests to localhost from AWS SAMPreviously I mentioned the recommender system I have been working on lately. A key part of that system is an AWS Lambda function that generates recommendations on demand. While in staging and production environments said Lambda function is invoked ev...Discuss·60 readsAWS