A PHP serverless tutorial demo using Bref to run php code on AWS Lambda
In order to run this steps you need bash, php, and yarn installed on path. Also, this tutorial requires AWS cli credentials configured on homedir.
Make sure your composer and yarn binary directories are mapped on $PATH.
This is a step-by-step tutorial. Instead of cloning this repository you will follow the guide to recreate it exploring the functionalities used.
Step1 - Setting up your project
Step2 - First Deploy
Step3 - S3 Events
Step4 - EventBridge Events
Step5 - HTTP API