This is a small template to start playing around with AWS SDK, it uses docker-compose to start a webserver and a php-fpm based container
- Clone the repo
- Create a .env file and copy the content of .env.example into it
- Install Docker & docker-compose
- Start terminal in root folder and run
sudo docker-compose up -d
- modify public/index.php to test your AWS API calls.