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
feita há 2 anos1399 visualizações
1 Resposta
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
ESPECIALISTA
Uri
respondido há 2 anos
  • 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 ..

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas