Skip to content

v1.0.5

Choose a tag to compare

@tamedevelopers tamedevelopers released this 05 Oct 02:24
· 36 commits to master since this release
  • By default Aws load entire SDK we won't be needing
    • Copy the below code into your root composer.json and then run composer update in terminal.
"scripts": {
    "pre-autoload-dump": "Aws\\Script\\Composer\\Composer::removeUnusedServices"
},
"extra": {
    "aws/aws-sdk-php": [
        "Ec2",
        "CloudWatch"
    ]
}