This is a sample http app using Bref leveraging Serverless to deploy to AWS Lambda
composer installserverless deployPOST request to the URL given by Serverless after deploy with the following body
{ "name": "Beachcasts" }Should result in "Hello Beachcasts".