lambda-2014-11-11 library
Classes
- AwsClientCredentials
- AWS credentials.
- EventSourceConfiguration
- Describes mapping between an Amazon Kinesis stream and a Lambda function.
- FunctionCodeLocation
- The object for the Lambda function location.
- FunctionConfiguration
- A complex type that describes function metadata.
- GetFunctionResponse
- This response contains the object for AWS Lambda function location (see API_FunctionCodeLocation
- InvokeAsyncResponse
- Upon success, it returns empty response. Otherwise, throws an exception.
- Lambda
- This is the AWS Lambda API Reference. The AWS Lambda Developer Guide provides additional information. For the service overview, go to What is AWS Lambda, and for information about how the service works, go to AWS LambdaL How it Works in the AWS Lambda Developer Guide.
- ListEventSourcesResponse
- Contains a list of event sources (see API_EventSourceConfiguration)
- ListFunctionsResponse
- Contains a list of AWS Lambda function configurations (see API_FunctionConfiguration.
Exceptions / Errors
- InvalidParameterValueException
-
One of the parameters in the request is invalid. For example, if you
provided an IAM role for AWS Lambda to assume in the
UploadFunction
or theUpdateFunctionConfiguration
API, that AWS Lambda is unable to assume you will get this exception. - InvalidRequestContentException
- The request body could not be parsed as JSON.
- ResourceNotFoundException
- The function or the event source specified in the request does not exist.
- ServiceException
- The AWS Lambda service encountered an internal error.