---
title: "POST /2014-11-13/functions/{FunctionName}/invoke-async/"
method: POST
path: "/2014-11-13/functions/{FunctionName}/invoke-async/"
deprecated: true
---

# POST /2014-11-13/functions/{FunctionName}/invoke-async/

`POST /2014-11-13/functions/{FunctionName}/invoke-async/`

> **Deprecated.**

<important> <p>For asynchronous function invocation, use <a>Invoke</a>.</p> </important> <p>Invokes a function asynchronously.</p>

## Path parameters

- `FunctionName` string, required

## Request body

- object
  - `InvokeArgs` string, required — The JSON that you want to provide to your Lambda function as input.

## Response `202`

Success

- InvokeAsyncResponse — A success response (<code>202 Accepted</code>) indicates that the request is queued for invocation.
  - `Status` integer — The status code.

## Other responses

- `480` — ServiceException
- `481` — ResourceNotFoundException
- `482` — InvalidRequestContentException
- `483` — InvalidRuntimeException
- `484` — ResourceConflictException

---

[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)
