aws_utils_lambda 0.4.0

AWS Lambda utilities for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Changes

### v0.4.0 (2026/06/02)
* Add `interceptor` in make_client for logging etc
* Update crates

### v0.3.0 (2025/09/17)
* **BREAKING CHANGE**: Removed automatic dummy credential injection from make_client functions
* Fixed authentication issues in ECS/Fargate environments where IAM task roles should be used
* Now properly uses AWS SDK's default credential chain
* Updated README documentation to reflect new authentication behavior

### v0.2.0 (2025/08/14)
* add make_client with timeout

### v0.1.0 (2025/07/17)
* first release