Skip to content

mehdisbys/aws-lambda-currency-php-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP client for invoking AWS Lambda function

This repository goes hand-in-hand with AWS Lambda Currency

It invokes an AWS Lambda function returning a list of currencies from Currency Layer API

AWS documentation for PHP library

Example response :

{
 "timestamp":1505932759,
 "source":"USD",
 "quotes":{
    "USDGBP":0.74211,
    "USDEUR":0.841506,
    "USDBTC":0.000253
 }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages