Skip to content

BenEddi/qr-node-lambda-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Generator lambda function

  • Step 1: Create your lambda function on your aws account

  • Step 2: Use github actions to deploy your lambda function every time you push to the main branch. (already done, you should just configure your aws credientiels)

  • Step3 : try your function

curl --location --request POST 'http://LINK_TO_YOUR_LAMBDA_FUNCTION' \ --header 'Content-Type: application/json' \ --data-raw '{ "items": [ "Hello world!", "Hakuna Matata" ] }'

About

A batch qr code generator using NodeJs and Aws Lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published