---
title: "GET /2020-06-30/functions/{FunctionName}/code-signing-config"
method: GET
path: "/2020-06-30/functions/{FunctionName}/code-signing-config"
---

# GET /2020-06-30/functions/{FunctionName}/code-signing-config

`GET /2020-06-30/functions/{FunctionName}/code-signing-config`

Returns the code signing configuration for the specified function.

## Path parameters

- `FunctionName` string, required

## Response `200`

Success

- GetFunctionCodeSigningConfigResponse
  - `CodeSigningConfigArn` string, required — The The Amazon Resource Name (ARN) of the code signing configuration.
  - `FunctionName` string, required — <p>The name of the Lambda function.</p> <p class="title"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> - <code>MyFunction</code>.</p> </li> <li> <p> <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p> </li> <li> <p> <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>

## Other responses

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

---

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