TheWiz

TheWiz

Follow
homebadgesnewsletter
Tag

aws lambda

#aws-lambda

More content

Read more stories on Hashnode


Articles with this tag

Asynchronous API with DynamoDB Streams

May 12, 20215 min read

Best of Speed and Resilience · Responsiveness is one of the most important parameters for the success of any web application. And asynchronous processing...

Asynchronous API with DynamoDB Streams

AWS Cloud Front Functions

May 6, 20213 min read

Beyond the edge · Lambda functions stormed the world of computation, followed by Lambda @ Edge. But beyond the edge, AWS recently introduced the Cloud...

AWS Cloud Front Functions

Cleanup the node_modules for a lighter Lambda Function

Dec 9, 20209 min read

Any nodejs project carries a bulky folder - the node_modules - that carries all the modules and dependencies that the application would need. If you...

Cleanup the node_modules for a lighter Lambda Function

SMS OTP Authentication Using AWS Backend

Nov 25, 202020 min read

A Multifactor Authentication is an essential when developing a web applications. SMS based OTP is one of the most commonly used MFA techniques....

SMS OTP Authentication Using AWS Backend