#aws-lambda
Read more stories on Hashnode
Articles with this tag
In this post you will learn how to setup a DynamoDB table with infrastructure as code using the serverless framework which will act as a base for the...
If you have followed the previous posts about creating lambda functions, you would have realized that it's a pain in the ass to configure the...
In this post let's use the API we previously created and create and fetch data from a database provided by AWS called DynamoDB. DynamoDB is a fully...
with AWS lambda functions and node · In the previous post we saw how to create a serverless lambda function with netlify now let create a function...
Intro If you're thinking that you'll be building applications without a server your wrong, serverless means rather than you managing your servers it...