Skip to content

eric-sims/lamda_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published