AWS Lambda - Just give me your code
AWS lambda is a serverless compute service, that runs your code without you worrying about the compute resources used.
How things are done
Traditionally, if you want to deploy your applications, you need to
Launch a server.
Install runtime and depe...
stalinromi.hashnode.dev2 min read