How to Build a Serverless API using AWS lambda, API gateway, DynamoDB and Node.js
Introduction
Recently, I was tasked with building a serverless application for an NFT valuation service, this was not my first time working with the serverless framework, and I’ve always enjoyed the process of building serverless applications.
In thi...
revealtheweb.hashnode.dev14 min read
xavier jack
I'm a regular reader of your website.
AWS Lambda is AWS’s server less computing solution. You can create and run code without provisioning or managing servers. AWS Lambda executes the code you upload in response to events and automatically manages the compute resources for you, making it easy to build applications that respond quickly to new information.