Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 407 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 407 Bytes

bref-http-example

This is a sample http app using Bref leveraging Serverless to deploy to AWS Lambda

Steps to repeat

Composer install

composer install

Deploy to AWS

serverless deploy

Test

POST request to the URL given by Serverless after deploy with the following body

{ "name":  "Beachcasts" }

Results

Should result in "Hello Beachcasts".