AWS Lambda · Example Payload

Aws Lambda Create Function Request Example

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

Top-level fields

FunctionNameRuntimeRoleHandlerDescriptionTimeoutMemorySizePublishPackageTypeDeadLetterConfigEnvironmentKMSKeyArnTracingConfigTagsLayersArchitecturesEphemeralStorageSnapStartLoggingConfig

Example Payload

Raw ↑
{
  "FunctionName": "example_value",
  "Runtime": "example_value",
  "Role": "example_value",
  "Handler": "example_value",
  "Description": "A sample description.",
  "Timeout": 10,
  "MemorySize": 10,
  "Publish": true,
  "PackageType": "example_value",
  "DeadLetterConfig": "example_value",
  "Environment": "example_value",
  "KMSKeyArn": "example_value",
  "TracingConfig": "example_value",
  "Tags": "example_value",
  "Layers": [],
  "Architectures": [],
  "EphemeralStorage": "example_value",
  "SnapStart": "example_value",
  "LoggingConfig": "example_value"
}