We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6e838 commit ffa8bffCopy full SHA for ffa8bff
README.md
@@ -221,6 +221,7 @@ The runtime environment is defined as follows:
221
```php
222
public class com.amazon.aws.lambda.Environment {
223
public string $root
224
+ public [:string] $variables
225
public io.streams.StringWriter $writer
226
public util.PropertySource $properties
227
@@ -229,6 +230,7 @@ public class com.amazon.aws.lambda.Environment {
229
230
public function taskroot(): io.Path
231
public function path(string $path): io.Path
232
public function tempDir(): io.Path
233
+ public function local(): bool
234
public function variable(string $name): ?string
235
public function credentials(): com.amazon.aws.Credentials
236
public function trace(var... $args): void
0 commit comments