github.com/aavshr/aws-sdk-go@v1.41.3/service/serverlessapplicationrepository/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package serverlessapplicationrepository provides the client and types for making API 4 // requests to AWSServerlessApplicationRepository. 5 // 6 // The AWS Serverless Application Repository makes it easy for developers and 7 // enterprises to quickly find and deploy serverless applications in the AWS 8 // Cloud. For more information about serverless applications, see Serverless 9 // Computing and Applications on the AWS website. 10 // 11 // The AWS Serverless Application Repository is deeply integrated with the AWS 12 // Lambda console, so that developers of all levels can get started with serverless 13 // computing without needing to learn anything new. You can use category keywords 14 // to browse for applications such as web and mobile backends, data processing 15 // applications, or chatbots. You can also search for applications by name, 16 // publisher, or event source. To use an application, you simply choose it, 17 // configure any required fields, and deploy it with a few clicks. 18 // 19 // You can also easily publish applications, sharing them publicly with the 20 // community at large, or privately within your team or across your organization. 21 // To publish a serverless application (or app), you can use the AWS Management 22 // Console, AWS Command Line Interface (AWS CLI), or AWS SDKs to upload the 23 // code. Along with the code, you upload a simple manifest file, also known 24 // as the AWS Serverless Application Model (AWS SAM) template. For more information 25 // about AWS SAM, see AWS Serverless Application Model (AWS SAM) on the AWS 26 // Labs GitHub repository. 27 // 28 // The AWS Serverless Application Repository Developer Guide contains more information 29 // about the two developer experiences available: 30 // 31 // * Consuming Applications – Browse for applications and view information 32 // about them, including source code and readme files. Also install, configure, 33 // and deploy applications of your choosing. Publishing Applications – 34 // Configure and upload applications to make them available to other developers, 35 // and publish new versions of applications. 36 // 37 // See https://docs.aws.amazon.com/goto/WebAPI/serverlessrepo-2017-09-08 for more information on this service. 38 // 39 // See serverlessapplicationrepository package documentation for more information. 40 // https://docs.aws.amazon.com/sdk-for-go/api/service/serverlessapplicationrepository/ 41 // 42 // Using the Client 43 // 44 // To contact AWSServerlessApplicationRepository with the SDK use the New function to create 45 // a new service client. With that client you can make API requests to the service. 46 // These clients are safe to use concurrently. 47 // 48 // See the SDK's documentation for more information on how to use the SDK. 49 // https://docs.aws.amazon.com/sdk-for-go/api/ 50 // 51 // See aws.Config documentation for more information on configuring SDK clients. 52 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 53 // 54 // See the AWSServerlessApplicationRepository client ServerlessApplicationRepository for more 55 // information on creating client for this service. 56 // https://docs.aws.amazon.com/sdk-for-go/api/service/serverlessapplicationrepository/#New 57 package serverlessapplicationrepository