Skip to content

Commit

Permalink
Adding X-Ray Tracing support
Browse files Browse the repository at this point in the history
  • Loading branch information
sanathkr committed Jun 1, 2017
1 parent 5019617 commit 192ccc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions versions/2016-10-31.md
Expand Up @@ -74,6 +74,7 @@ Environment | [Function environment object](#environment-object) | Configuration
VpcConfig | [VPC config object](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-vpcconfig.html) | Configuration to enable this function to access private resources within your VPC.
Events | Map of `string` to [Event source object](#event-source-object) | A map (string to [Event source object](#event-source-object)) that defines the events that trigger this function. Keys are limited to alphanumeric characters.
Tags | Map of `string` to `string` | A map (string to string) that specifies the tags to be added to this function. Keys and values are limited to alphanumeric characters. Keys can be 1 to 127 Unicode characters in length and cannot be prefixed with `aws:`. Values can be 1 to 255 Unicode characters in length. When the stack is created, SAM will automatically add a `lambda:createdBy:SAM` tag to this Lambda function.
Tracing | `string` | String that specifies the function's [X-Ray tracing mode](http://docs.aws.amazon.com/lambda/latest/dg/lambda-x-ray.html). Accepted values are `Active` and `PassThrough`

##### Return values

Expand Down

0 comments on commit 192ccc3

Please sign in to comment.