---
title: "GET /2019-09-25/functions/{FunctionName}/event-invoke-config/list"
method: GET
path: "/2019-09-25/functions/{FunctionName}/event-invoke-config/list"
---

# GET /2019-09-25/functions/{FunctionName}/event-invoke-config/list

`GET /2019-09-25/functions/{FunctionName}/event-invoke-config/list`

Retrieves a list of configurations for asynchronous invocation for a function.

To configure options for asynchronous invocation, use PutFunctionEventInvokeConfig.

## Path parameters

- `FunctionName` string, required

## Query parameters

- `Marker` string
- `MaxItems` integer

## Response `200`

Success

- ListFunctionEventInvokeConfigsResponse
  - `FunctionEventInvokeConfigs` FunctionEventInvokeConfig[] — A list of configurations.
    - `LastModified` string, date-time — The date and time that the configuration was last updated.
    - `FunctionArn` string — The Amazon Resource Name (ARN) of the function.
    - `MaximumRetryAttempts` integer — The maximum number of times to retry when the function returns an error.
    - `MaximumEventAgeInSeconds` integer — The maximum age of a request that Lambda sends to a function for processing.
    - `DestinationConfig` object — <p>A destination for events after they have been sent to a function for processing.</p> <p class="title"> <b>Destinations</b> </p> <ul> <li> <p> <b>Function</b> - The Amazon Resource Name (ARN) of a Lambda function.</p> </li> <li> <p> <b>Queue</b> - The ARN of a standard SQS queue.</p> </li> <li> <p> <b>Topic</b> - The ARN of a standard SNS topic.</p> </li> <li> <p> <b>Event Bus</b> - The ARN of an Amazon EventBridge event bus.</p> </li> </ul>
      - `OnSuccess` object — The destination configuration for successful invocations.
        - `Destination` string — The Amazon Resource Name (ARN) of the destination resource.
      - `OnFailure` object — The destination configuration for failed invocations.
        - `Destination` string — The Amazon Resource Name (ARN) of the destination resource.
  - `NextMarker` string — The pagination token that's included if more results are available.

## Other responses

- `480` — InvalidParameterValueException
- `481` — ResourceNotFoundException
- `482` — TooManyRequestsException
- `483` — ServiceException

---

[API](https://skmtc.net/aws/apis/lambda.md) · [All operations](https://skmtc.net/aws/apis/lambda/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/lambda/versions/2d9fde023ce9/schema)
