Serverless function to return posts from MongoDB in JSON format.
faas-cli deploy --image=bsord/f5-get-posts --name=f5-get-posts --gateway=https://fn.yourfqdn.tld --env=MONGO_URI=mongodbstringurihere
- Create function for getting posts from database
- Update Readme on how to deploy by hand with faas-cli
- Automate build and versioning