Skip to content

Serverless function to fetch song lyrics via AZLyrics using OpenFaaS

License

Notifications You must be signed in to change notification settings

prashantkhandelwal/azl-faas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azl-faas

Serverless function to fetch song lyrics via AZLyrics using OpenFaaS

For this function, I am making use of golang-http-template. Specifically the golang-middleware

$ faas-cli template store pull golang-middleware

Usage

Deploy:

$ faas-cli deploy -f azl.yml

Invoke:

http://<GATEWAY-IP>:<PORT>/azl?artist=eminem&song=not afraid

Output:

azl-faas

About

Serverless function to fetch song lyrics via AZLyrics using OpenFaaS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages