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