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
質問済み 2年前1399ビュー
1回答
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
エキスパート
Uri
回答済み 2年前
  • 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 ..

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ