Skip to content

Commit 8b8b092

Browse files
committed
Document credentials
1 parent cd9a575 commit 8b8b092

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)