File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ AWS Lambda change log
33
44## ?.?.? / ????-??-??
55
6+ * Merged PR #18 : Make credentials accessible via ` credentials() ` in
7+ ` Environment ` (instead of having to use * AWS_ACCESS_KEY_ID/...*
8+ environment variables).
9+ (@thekid )
610* Merged PR #17 : Migrate to new testing library - @thekid
711
812## 4.2.0 / 2022-07-14
Original file line number Diff line number Diff line change @@ -216,6 +216,7 @@ public class com.amazon.aws.lambda.Environment {
216216 public function path(string $path): io.Path
217217 public function tempDir(): io.Path
218218 public function variable(string $name): ?string
219+ public function credentials(): com.amazon.aws.lambda.Credentials
219220 public function trace(var... $args): void
220221 public function properties(string $name): util.PropertyAccess
221222}
You can’t perform that action at this time.
0 commit comments