|
39 | 39 | * <b>Overview</b> |
40 | 40 | * </p> |
41 | 41 | * <p> |
42 | | - * This is the <i>Lambda API Reference</i>. The Lambda Developer Guide provides |
43 | | - * additional information. For the service overview, see <a |
| 42 | + * Lambda is a compute service that lets you run code without provisioning or |
| 43 | + * managing servers. Lambda runs your code on a high-availability compute |
| 44 | + * infrastructure and performs all of the administration of the compute |
| 45 | + * resources, including server and operating system maintenance, capacity |
| 46 | + * provisioning and automatic scaling, code monitoring and logging. With Lambda, |
| 47 | + * you can run code for virtually any type of application or backend service. |
| 48 | + * For more information about the Lambda service, see <a |
44 | 49 | * href="https://docs.aws.amazon.com/lambda/latest/dg/welcome.html">What is |
45 | | - * Lambda</a>, and for information about how the service works, see <a href= |
46 | | - * "https://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html" |
47 | | - * >Lambda: How it Works</a> in the <b>Lambda Developer Guide</b>. |
| 50 | + * Lambda</a> in the <b>Lambda Developer Guide</b>. |
| 51 | + * </p> |
| 52 | + * <p> |
| 53 | + * The <i>Lambda API Reference</i> provides information about each of the API |
| 54 | + * methods, including details about the parameters in each API request and |
| 55 | + * response. |
| 56 | + * </p> |
| 57 | + * <p/> |
| 58 | + * <p> |
| 59 | + * You can use Software Development Kits (SDKs), Integrated Development |
| 60 | + * Environment (IDE) Toolkits, and command line tools to access the API. For |
| 61 | + * installation instructions, see <a href="http://aws.amazon.com/tools/">Tools |
| 62 | + * for Amazon Web Services</a>. |
| 63 | + * </p> |
| 64 | + * <p> |
| 65 | + * For a list of Region-specific endpoints that Lambda supports, see <a |
| 66 | + * href="https://docs.aws.amazon.com/general/latest/gr/lambda-service.html/" |
| 67 | + * >Lambda endpoints and quotas </a> in the <i>Amazon Web Services General |
| 68 | + * Reference.</i>. |
| 69 | + * </p> |
| 70 | + * <p> |
| 71 | + * When making the API calls, you will need to authenticate your request by |
| 72 | + * providing a signature. Lambda supports signature version 4. For more |
| 73 | + * information, see <a href= |
| 74 | + * "https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html" |
| 75 | + * >Signature Version 4 signing process</a> in the <i>Amazon Web Services |
| 76 | + * General Reference.</i>. |
| 77 | + * </p> |
| 78 | + * <p> |
| 79 | + * <b>CA certificates</b> |
| 80 | + * </p> |
| 81 | + * <p> |
| 82 | + * Because Amazon Web Services SDKs use the CA certificates from your computer, |
| 83 | + * changes to the certificates on the Amazon Web Services servers can cause |
| 84 | + * connection failures when you attempt to use an SDK. You can prevent these |
| 85 | + * failures by keeping your computer's CA certificates and operating system |
| 86 | + * up-to-date. If you encounter this issue in a corporate environment and do not |
| 87 | + * manage your own computer, you might need to ask an administrator to assist |
| 88 | + * with the update process. The following list shows minimum operating system |
| 89 | + * and Java versions: |
| 90 | + * </p> |
| 91 | + * <ul> |
| 92 | + * <li> |
| 93 | + * <p> |
| 94 | + * Microsoft Windows versions that have updates from January 2005 or later |
| 95 | + * installed contain at least one of the required CAs in their trust list. |
| 96 | + * </p> |
| 97 | + * </li> |
| 98 | + * <li> |
| 99 | + * <p> |
| 100 | + * Mac OS X 10.4 with Java for Mac OS X 10.4 Release 5 (February 2007), Mac OS X |
| 101 | + * 10.5 (October 2007), and later versions contain at least one of the required |
| 102 | + * CAs in their trust list. |
| 103 | + * </p> |
| 104 | + * </li> |
| 105 | + * <li> |
| 106 | + * <p> |
| 107 | + * Red Hat Enterprise Linux 5 (March 2007), 6, and 7 and CentOS 5, 6, and 7 all |
| 108 | + * contain at least one of the required CAs in their default trusted CA list. |
| 109 | + * </p> |
| 110 | + * </li> |
| 111 | + * <li> |
| 112 | + * <p> |
| 113 | + * Java 1.4.2_12 (May 2006), 5 Update 2 (March 2005), and all later versions, |
| 114 | + * including Java 6 (December 2006), 7, and 8, contain at least one of the |
| 115 | + * required CAs in their default trusted CA list. |
| 116 | + * </p> |
| 117 | + * </li> |
| 118 | + * </ul> |
| 119 | + * <p> |
| 120 | + * When accessing the Lambda management console or Lambda API endpoints, whether |
| 121 | + * through browsers or programmatically, you will need to ensure your client |
| 122 | + * machines support any of the following CAs: |
| 123 | + * </p> |
| 124 | + * <ul> |
| 125 | + * <li> |
| 126 | + * <p> |
| 127 | + * Amazon Root CA 1 |
| 128 | + * </p> |
| 129 | + * </li> |
| 130 | + * <li> |
| 131 | + * <p> |
| 132 | + * Starfield Services Root Certificate Authority - G2 |
| 133 | + * </p> |
| 134 | + * </li> |
| 135 | + * <li> |
| 136 | + * <p> |
| 137 | + * Starfield Class 2 Certification Authority |
| 138 | + * </p> |
| 139 | + * </li> |
| 140 | + * </ul> |
| 141 | + * <p> |
| 142 | + * Root certificates from the first two authorities are available from <a |
| 143 | + * href="https://www.amazontrust.com/repository/">Amazon trust services</a>, but |
| 144 | + * keeping your computer up-to-date is the more straightforward solution. To |
| 145 | + * learn more about ACM-provided certificates, see <a |
| 146 | + * href="http://aws.amazon.com/certificate-manager/faqs/#certificates">Amazon |
| 147 | + * Web Services Certificate Manager FAQs.</a> |
48 | 148 | * </p> |
49 | 149 | */ |
50 | 150 | public class AWSLambdaClient extends AmazonWebServiceClient implements AWSLambda { |
|
0 commit comments