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 ..

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠