© 2022 Hashnode
#aws-lambda
The following is a republishing of a summary of a research I was tasked to do in Hashnode. The perspective here is me talking to my colleagues. I chose to keep that perspective to preserve the raw qua…
There are a lot of ways of developing the backend of an application. Here I will be mainly talking about how to setup a Lambda based Apollo GraphQL API.In the end I will also talk about some alternati…
Introduction Recently I was in the process of setting up my newest side project, where I had my first encounter with handling images to be displayed on the client-side, which turned out to be no trivi…
Recently, while working on a project assignment, I had to check the options for invoking a Lambda function across AWS accounts. The question was simple: Is it possible to call a Lambda function from a…
We can categorise the solution into three stages Creating.Net6.0 lambda using Visual Studio Code Building the.Net6.0 lambda using bitbucket pipeline Deploying the.Net6.0 Lambda to AWS Creating .Ne…
Amazon Web Services deserve all the credit for beginning the age of serverless computing with the launch of AWS Lambda in 2014. Since its launch, Lambda functions have found innumerable uses in the fi…
I have a use case where I need a lambda in AWS account A to privately request information from an APIGateway in AWS account B. Normally we do this using Auth0 Machine-to-Machine (m2m) JWTs and a lamb…
Last week, I worked on a project that used Lambda as an API to run an algorithm triggered by multiple services in my company. I implemented it with AWS Serverless Application Model (AWS SAM), wrote th…
Introduction This article entails what a lambda function and what cloud formation is and their use cases. We will then deploy a lambda function that will be triggered when an object is uploaded into a…
Originally posted at Serverless on September 26th, 2017 Not so long ago, a job requirement pushed me into the world of FaaS, and I was thrilled. I had dreams of abstraction — eliminating all that ted…