AWS Lambda · Example Payload

Aws Lambda Update Function Configuration Request Example

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

Top-level fields

RoleHandlerDescriptionTimeoutMemorySizeEnvironmentRuntimeDeadLetterConfigKMSKeyArnTracingConfigRevisionIdLayersEphemeralStorageSnapStartLoggingConfig

Example Payload

Raw ↑
{
  "Role": "example_value",
  "Handler": "example_value",
  "Description": "A sample description.",
  "Timeout": 10,
  "MemorySize": 10,
  "Environment": "example_value",
  "Runtime": "example_value",
  "DeadLetterConfig": "example_value",
  "KMSKeyArn": "example_value",
  "TracingConfig": "example_value",
  "RevisionId": "500123",
  "Layers": [],
  "EphemeralStorage": "example_value",
  "SnapStart": "example_value",
  "LoggingConfig": "example_value"
}