Tag: serverless
-
In the previous article, we built a simple barcode reader server in Python and deployed it on Vercel. In this article, we are going to deploy it on AWS Lambda to provide a serverless barcode reading interface. New Function Create a new AWS Lambda function. Here, we do this in...