How to create BarCode scanner application in AWS

0

How to create BarCode scanner application in AWS? I need to make a small demo that allows me to scan barcode using my mobile phone then to retrieve saved details about it. How can I do this In AWS..if there is no ready made solution..how to architect this solution?

Maha
asked 2 years ago1385 views
1 Answer
0

You should probably do the scanning and decoding on the device and then use an API call to something like API Gateway -> Lambda to get the related data. An alternative could be to take the image on the device, upload it to the cloud, either to S3 or directly to API GW -> Lambda for processing, depending on the side of the images. I would probably choose the first option.

profile pictureAWS
EXPERT
Uri
answered 2 years ago
  • Could you please elaborate what do you mean by the decoding on the device? how?...I would like to use my mobile camera to read/scan the barcode live without taking image and save it in my mobile ..

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions