doc.go 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. // Package serverlessapplicationrepository provides the client and types for making API
  3. // requests to AWSServerlessApplicationRepository.
  4. //
  5. // The AWS Serverless Application Repository makes it easy for developers and
  6. // enterprises to quickly find and deploy serverless applications in the AWS
  7. // Cloud. For more information about serverless applications, see Serverless
  8. // Computing and Applications on the AWS website.
  9. //
  10. // The AWS Serverless Application Repository is deeply integrated with the AWS
  11. // Lambda console, so that developers of all levels can get started with serverless
  12. // computing without needing to learn anything new. You can use category keywords
  13. // to browse for applications such as web and mobile backends, data processing
  14. // applications, or chatbots. You can also search for applications by name,
  15. // publisher, or event source. To use an application, you simply choose it,
  16. // configure any required fields, and deploy it with a few clicks.
  17. //
  18. // You can also easily publish applications, sharing them publicly with the
  19. // community at large, or privately within your team or across your organization.
  20. // To publish a serverless application (or app), you can use the AWS Management
  21. // Console, AWS Command Line Interface (AWS CLI), or AWS SDKs to upload the
  22. // code. Along with the code, you upload a simple manifest file, also known
  23. // as the AWS Serverless Application Model (AWS SAM) template. For more information
  24. // about AWS SAM, see AWS Serverless Application Model (AWS SAM) on the AWS
  25. // Labs GitHub repository.
  26. //
  27. // The AWS Serverless Application Repository Developer Guide contains more information
  28. // about the two developer experiences available:
  29. //
  30. // * Consuming Applications – Browse for applications and view information
  31. // about them, including source code and readme files. Also install, configure,
  32. // and deploy applications of your choosing.
  33. //
  34. // Publishing Applications – Configure and upload applications to make them
  35. // available to other developers, 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