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·132 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·68 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·759 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·130 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.3K 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·33 readsAWS
Jasper Gabrielkshyun28.hashnode.dev·Apr 25, 2023Step-by-Step Guide: Setting Up CI/CD for AWS SAM Applications with GitHub ActionsIntroduction Over the years, the adoption of serverless applications has increased significantly. This has enabled startups to iterate more quickly by deploying proof of concepts and code without having to handle much of the cloud infrastructure. Add...Discussaws sam
Oscar Cortes Brachoolcortesb.hashnode.dev·Apr 8, 2023AWS sam local start-api + logsEn una entrada anterior Link, comentaba como configurar una serie de lambdas + api Gateway localmente que necesita acceso a una Dynamo DB (Tambien local). Es un escenario común en serverless probar localmente nuestras funciones antes del deploy o dur...Discuss·29 readsaws sam