Skip to content

Commit 292830a

Browse files
committed
non-op
1 parent 2d1f3dd commit 292830a

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

lambda-events/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ In 2023, the AWS Lambda Event crate was moved into this repository to continue i
3737
[crate-image]: https://img.shields.io/crates/v/aws_lambda_events.svg
3838
[crate-link]: https://crates.io/crates/aws_lambda_events
3939
[docs-image]: https://docs.rs/aws_lambda_events/badge.svg
40-
[docs-link]: https://docs.rs/aws_lambda_events
40+
[docs-link]: https://docs.rs/aws_lambda_events

lambda-extension/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,4 @@ aws configure
150150
```bash
151151
cargo lambda deploy --extension
152152
```
153+

lambda-http/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,3 +257,4 @@ version = "0.5.3"
257257
default-features = false
258258
features = ["apigw_rest"]
259259
```
260+

lambda-runtime-api-client/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ async fn main() -> Result<(), Error> {
3333
client.call(request).await
3434
}
3535
```
36+

lambda-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ pin-project-lite = { workspace = true }
8282
tracing-appender = "0.2"
8383

8484
[package.metadata.docs.rs]
85-
all-features = true
85+
all-features = true

0 commit comments

Comments
 (0)