File tree 5 files changed +5
-0
lines changed
lambda-runtime-api-client/src 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
#![ deny( rust_2018_idioms) ]
2
+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
2
3
#[ cfg( feature = "http" ) ]
3
4
pub use http;
4
5
#[ cfg( feature = "query_map" ) ]
Original file line number Diff line number Diff line change 1
1
#![ deny( clippy:: all, clippy:: cargo) ]
2
2
#![ allow( clippy:: multiple_crate_versions, clippy:: type_complexity) ]
3
3
#![ warn( missing_docs, nonstandard_style, rust_2018_idioms) ]
4
+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
4
5
5
6
//! This module includes utilities to create Lambda Runtime Extensions.
6
7
//!
Original file line number Diff line number Diff line change 1
1
#![ warn( missing_docs, rust_2018_idioms) ]
2
+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
2
3
//#![deny(warnings)]
3
4
//! Enriches the `lambda` crate with [`http`](https://github.com/hyperium/http)
4
5
//! types targeting AWS [ALB](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/introduction.html), [API Gateway](https://docs.aws.amazon.com/apigateway/latest/developerguide/welcome.html) REST and HTTP API lambda integrations.
Original file line number Diff line number Diff line change 1
1
#![ deny( clippy:: all, clippy:: cargo) ]
2
2
#![ warn( missing_docs, nonstandard_style, rust_2018_idioms) ]
3
3
#![ allow( clippy:: multiple_crate_versions) ]
4
+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
4
5
5
6
//! This crate includes a base HTTP client to interact with
6
7
//! the AWS Lambda Runtime API.
Original file line number Diff line number Diff line change 1
1
#![ deny( clippy:: all, clippy:: cargo) ]
2
2
#![ allow( clippy:: multiple_crate_versions) ]
3
3
#![ warn( missing_docs, nonstandard_style, rust_2018_idioms) ]
4
+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
4
5
5
6
//! The mechanism available for defining a Lambda function is as follows:
6
7
//!
You can’t perform that action at this time.
0 commit comments