File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 11
11
* [ Requirements] ( #requirements )
12
12
* [ Installation] ( #installation )
13
13
* [ Instantiate] ( #instantiate )
14
+ * [ Amazon Aws Dump] ( #amazon-aws-dump )
14
15
* [ Global Config] ( #global-config )
15
16
* [ Response Data] ( #response-data )
16
17
* [ Get Message] ( #get-message )
@@ -79,6 +80,22 @@ $file = new Tamedevelopers\File\File();
79
80
$file = TameFile();
80
81
```
81
82
83
+ ## Amazon Aws Dump
84
+ - By default Aws load entire SDK we won't be needing
85
+ - Copy the below code into your root ` composer.json ` and then run ` composer update ` in terminal.
86
+
87
+ ```
88
+ "scripts": {
89
+ "pre-autoload-dump": "Aws\\Script\\Composer\\Composer::removeUnusedServices"
90
+ },
91
+ "extra": {
92
+ "aws/aws-sdk-php": [
93
+ "Ec2",
94
+ "CloudWatch"
95
+ ]
96
+ }
97
+ ```
98
+
82
99
## Global Config
83
100
- Configure The Global Config, so you don't have to always include default settings
84
101
- Define as ` named argument `
You can’t perform that action at this time.
0 commit comments