File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66namespace Hammerstone \Sidecar ;
77
88use Exception ;
9- use Illuminate \Support \Str ;
109use Hammerstone \Sidecar \Clients \LambdaClient ;
1110use Hammerstone \Sidecar \Events \AfterFunctionsActivated ;
1211use Hammerstone \Sidecar \Events \AfterFunctionsDeployed ;
1312use Hammerstone \Sidecar \Events \BeforeFunctionsActivated ;
1413use Hammerstone \Sidecar \Events \BeforeFunctionsDeployed ;
1514use Hammerstone \Sidecar \Exceptions \NoFunctionsRegisteredException ;
15+ use Illuminate \Support \Str ;
1616
1717class Deployment
1818{
@@ -196,7 +196,7 @@ protected function warmLatestVersion(LambdaFunction $function)
196196 $ results = Sidecar::warmSingle ($ function , $ async = false , $ version );
197197
198198 if ($ warmed = count ($ results )) {
199- Sidecar::log ("Warmed $ warmed " . Str::plural (" instance " , $ warmed ));
199+ Sidecar::log ("Warmed $ warmed " . Str::plural (' instance ' , $ warmed ));
200200 } else {
201201 Sidecar::log ('No instances warmed. If this is unexpected, confirm your `warmingConfig` method is set up correctly. ' );
202202 }
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ abstract class Runtime
1717 public const PYTHON_37 = 'python3.7 ' ;
1818
1919 public const RUBY_27 = 'ruby2.7 ' ;
20-
20+
2121 public const JAVA_11 = 'java11 ' ;
2222
2323 public const JAVA_8_LINUX2 = 'java8.al2 ' ;
You can’t perform that action at this time.
0 commit comments