How to use AWS Lambda to trigger “any” script as an API call
First and foremost, What is AWS Lambda?
AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or managing servers — AWS Website
In simple terms,...
somilgupta.hashnode.dev3 min read