AWS Lambda · Example Payload

Aws Lambda Function Configuration Example

Aws Lambda Function Configuration Example is an example object payload from AWS Lambda, with 32 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

FunctionNameFunctionArnRuntimeRoleHandlerCodeSizeDescriptionTimeoutMemorySizeLastModifiedCodeSha256VersionDeadLetterConfigEnvironmentKMSKeyArnTracingConfigMasterArnRevisionIdLayersStateStateReasonStateReasonCodeLastUpdateStatusLastUpdateStatusReasonLastUpdateStatusReasonCodePackageTypeImageConfigResponseArchitecturesEphemeralStorageSnapStartRuntimeVersionConfigLoggingConfig

Example Payload

Raw ↑
{
  "FunctionName": "example_value",
  "FunctionArn": "example_value",
  "Runtime": "example_value",
  "Role": "example_value",
  "Handler": "example_value",
  "CodeSize": 10,
  "Description": "A sample description.",
  "Timeout": 10,
  "MemorySize": 10,
  "LastModified": "example_value",
  "CodeSha256": "example_value",
  "Version": "example_value",
  "DeadLetterConfig": "example_value",
  "Environment": "example_value",
  "KMSKeyArn": "example_value",
  "TracingConfig": "example_value",
  "MasterArn": "example_value",
  "RevisionId": "500123",
  "Layers": [],
  "State": "example_value",
  "StateReason": "example_value",
  "StateReasonCode": "example_value",
  "LastUpdateStatus": "example_value",
  "LastUpdateStatusReason": "example_value",
  "LastUpdateStatusReasonCode": "example_value",
  "PackageType": "example_value",
  "ImageConfigResponse": "example_value",
  "Architectures": [],
  "EphemeralStorage": "example_value",
  "SnapStart": "example_value",
  "RuntimeVersionConfig": "example_value",
  "LoggingConfig": "example_value"
}