Running Laravel on AWS Lambda
Prerequisites
Before deploying to AWS Lambda, you will need:
An AWS account
Install Node JS and serverless CLI
Download and import the Nodesource GPG key
sudo apt-get update
sudo apt-get install -y ca-certificates curl gnupg
sudo mkdir -p /etc/apt/...
mdusama.hashnode.dev3 min read