Built on the Slim framework, bref and deployed to AWS Lambda
requires
Docker , AWS CLI , AWS-SAMTo run the application in development, you can run these commands from the root directory
composer startOr you can use docker-compose to run the app with docker, so you can run these commands:
docker-compose up -dAfter that, open http://localhost:8080 in your browser.
Run this command in the application directory to run the test suite
composer testThat's it for now!