rusoto_serverlessrepo/
lib.rs

1// =================================================================
2//
3//                           * WARNING *
4//
5//                    This file is generated!
6//
7//  Changes made to this file will be overwritten. If changes are
8//  required to the generated code, the service_crategen project
9//  must be updated to generate the changes.
10//
11// =================================================================
12#![doc(
13    html_logo_url = "https://raw.githubusercontent.com/rusoto/rusoto/master/assets/logo-square.png"
14)]
15//! <p>The AWS Serverless Application Repository makes it easy for developers and enterprises to quickly find
16//! and deploy serverless applications in the AWS Cloud. For more information about serverless applications,
17//! see Serverless Computing and Applications on the AWS website.</p><p>The AWS Serverless Application Repository is deeply integrated with the AWS Lambda console, so that developers of
18//! all levels can get started with serverless computing without needing to learn anything new. You can use category
19//! keywords to browse for applications such as web and mobile backends, data processing applications, or chatbots.
20//! You can also search for applications by name, publisher, or event source. To use an application, you simply choose it,
21//! configure any required fields, and deploy it with a few clicks. </p><p>You can also easily publish applications, sharing them publicly with the community at large, or privately
22//! within your team or across your organization. To publish a serverless application (or app), you can use the
23//! AWS Management Console, AWS Command Line Interface (AWS CLI), or AWS SDKs to upload the code. Along with the
24//! code, you upload a simple manifest file, also known as the AWS Serverless Application Model (AWS SAM) template.
25//! For more information about AWS SAM, see AWS Serverless Application Model (AWS SAM) on the AWS Labs
26//! GitHub repository.</p><p>The AWS Serverless Application Repository Developer Guide contains more information about the two developer
27//! experiences available:</p><ul>
28//! <li>
29//! <p>Consuming Applications – Browse for applications and view information about them, including
30//! source code and readme files. Also install, configure, and deploy applications of your choosing. </p>
31//!
32//! <p><p>Publishing Applications – Configure and upload applications to make them available to other
33//! developers, and publish new versions of applications. </p>
34//! </li>
35//! </ul></p>
36//!
37//! If you're using the service, you're probably looking for [ServerlessRepoClient](struct.ServerlessRepoClient.html) and [ServerlessRepo](trait.ServerlessRepo.html).
38
39mod custom;
40mod generated;
41pub use custom::*;
42pub use generated::*;