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·206 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·103 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·641 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·58 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...Discuss·56 readsaws 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·41 readsaws sam
Raul NaupariProblog.raulnq.com·Feb 26, 2023AWS SAM: SNS and SQS Lambda TriggersIn the previous post Deploying AWS Lambda Functions with AWS SAM, we saw how easy it is to deploy an AWS Lambda function with Amazon API Gateway. Today we want to complement it by using SNS and SQS as triggers for the Lambda function when dealing wit...Discuss·1 like·131 readsAWS LambdaAWS
Andrii Melashchenko, PhDProblog.javatask.dev·Jan 8, 2023An efficient way to build your serverless microservices. Part 2. Development in the Cloud.Series An efficient way to build your serverless microservices. Part 1. Local Development An efficient way to build your serverless microservices. Part 2. Development in the Cloud An efficient way to build your serverless microservices. Part 3. CI...Discuss·1 like·227 readsAn efficient way to build your serverless microservicesaws lambda
Raul NaupariProblog.raulnq.com·Dec 17, 2022Deploying AWS Lambda Functions with AWS SAMWorking with serverless technologies like Lambda Functions is great, but it is easy to lose control of what to deploy (due to the large number of resources we usually have to deploy). In a previous post, we explore a solution for that, Serverless Fra...Discuss·107 readsAWS Lambda.NET
Andy Foggandyeff.hashnode.dev·Aug 27, 2022Testing local AWS Lambda functions against a private AWS RDS instanceIntroduction Hello! New blog, first post! I work for an I.T. provider that's helping a customer with a transition to an AWS-hosted cloud computing environment. There's a lot of moving pieces, but one of the pieces of AWS tech that my team like to use...Discuss·81 readsAWS