Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Step1: pip3 install -r requirements.txt -t . Step2: website for API: https://currencylayer.com/ Step3: SIGNUP and create API key Step4: test event in json format: test.json { "queryStringParameters": { "base": "USD", "target": "EUR", "amount": "100" } }