doc.go 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. // Package lambda provides the client and types for making API
  3. // requests to AWS Lambda.
  4. //
  5. // Overview
  6. //
  7. // This is the AWS Lambda API Reference. The AWS Lambda Developer Guide provides
  8. // additional information. For the service overview, see What is AWS Lambda
  9. // (http://docs.aws.amazon.com/lambda/latest/dg/welcome.html), and for information
  10. // about how the service works, see AWS Lambda: How it Works (http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html)
  11. // in the AWS Lambda Developer Guide.
  12. //
  13. // See https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31 for more information on this service.
  14. //
  15. // See lambda package documentation for more information.
  16. // https://docs.aws.amazon.com/sdk-for-go/api/service/lambda/
  17. //
  18. // Using the Client
  19. //
  20. // To contact AWS Lambda with the SDK use the New function to create
  21. // a new service client. With that client you can make API requests to the service.
  22. // These clients are safe to use concurrently.
  23. //
  24. // See the SDK's documentation for more information on how to use the SDK.
  25. // https://docs.aws.amazon.com/sdk-for-go/api/
  26. //
  27. // See aws.Config documentation for more information on configuring SDK clients.
  28. // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
  29. //
  30. // See the AWS Lambda client Lambda for more
  31. // information on creating client for this service.
  32. // https://docs.aws.amazon.com/sdk-for-go/api/service/lambda/#New
  33. package lambda