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
gefragt vor 2 Jahren1399 Aufrufe
1 Antwort
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
EXPERTE
Uri
beantwortet vor 2 Jahren
  • 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 ..

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen