File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed
lambda-runtime-api-client/src Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 11#![ deny( rust_2018_idioms) ]
2+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
23#[ cfg( feature = "http" ) ]
34pub use http;
45#[ cfg( feature = "query_map" ) ]
Original file line number Diff line number Diff line change 11#![ deny( clippy:: all, clippy:: cargo) ]
22#![ allow( clippy:: multiple_crate_versions, clippy:: type_complexity) ]
33#![ warn( missing_docs, nonstandard_style, rust_2018_idioms) ]
4+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
45
56//! This module includes utilities to create Lambda Runtime Extensions.
67//!
Original file line number Diff line number Diff line change 11#![ warn( missing_docs, rust_2018_idioms) ]
2+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
23//#![deny(warnings)]
34//! Enriches the `lambda` crate with [`http`](https://github.com/hyperium/http)
45//! 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 11#![ deny( clippy:: all, clippy:: cargo) ]
22#![ warn( missing_docs, nonstandard_style, rust_2018_idioms) ]
33#![ allow( clippy:: multiple_crate_versions) ]
4+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
45
56//! This crate includes a base HTTP client to interact with
67//! the AWS Lambda Runtime API.
Original file line number Diff line number Diff line change 11#![ deny( clippy:: all, clippy:: cargo) ]
22#![ allow( clippy:: multiple_crate_versions) ]
33#![ warn( missing_docs, nonstandard_style, rust_2018_idioms) ]
4+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
45
56//! The mechanism available for defining a Lambda function is as follows:
67//!
You can’t perform that action at this time.
0 commit comments