@datadog/datadog-ci-plugin-lambda 5.5.0 → 5.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -96,7 +96,7 @@ You can pass the following arguments to `instrument` to specify its behavior. Th
96
96
  | `--forwarder` | | The ARN of the datadog forwarder (https://docs.datadoghq.com/logs/guide/forwarder/) to attach this function's LogGroup to | |
97
97
  | `--function` | `-f` | The ARN of the Lambda function to be instrumented, or the name of the Lambda function (--region must be defined) | |
98
98
  | `--interactive` | `-i` | Allows the user to interactively choose how their function gets instrumented. There is no need to provide any other flags if you choose to use interactive mode since you will be prompted for the information instead | `false` |
99
- | `--layer-version` or `--layerVersion` | `-v` | Version of the Datadog Lambda Library layer to apply. Setting this to 'latest' will use one of the following versions based on your runtime: dotnet - 23, java - 25, node - 133, python - 121, ruby - 27. Setting to 'none' will disable adding the language layer. | `latest` |
99
+ | `--layer-version` or `--layerVersion` | `-v` | Version of the Datadog Lambda Library layer to apply. Setting this to 'latest' will use one of the following versions based on your runtime: dotnet - 23, java - 25, node - 133, python - 122, ruby - 27. Setting to 'none' will disable adding the language layer. | `latest` |
100
100
  | `--logging` | | Whether to collect logs using the Lambda Extension. | `true` |
101
101
  | `--log-level` or `--logLevel` | | Set to debug to see additional output from the Datadog Lambda Library and/or Lambda Extension for troubleshooting purposes | |
102
102
  | `--merge-xray-traces` or `--mergeXrayTraces` | | Whether to join dd-trace traces to AWS X-Ray traces. Useful for tracing API Gateway spans. | `false` |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datadog/datadog-ci-plugin-lambda",
3
- "version": "5.5.0",
3
+ "version": "5.6.0",
4
4
  "description": "Datadog CI plugin for `lambda` commands",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -39,19 +39,19 @@
39
39
  "prepack": "yarn package:clean-dist"
40
40
  },
41
41
  "peerDependencies": {
42
- "@datadog/datadog-ci-base": "5.5.0"
42
+ "@datadog/datadog-ci-base": "5.6.0"
43
43
  },
44
44
  "dependencies": {
45
- "@aws-sdk/client-cloudwatch-logs": "^3.970.0",
46
- "@aws-sdk/client-lambda": "^3.970.0",
47
- "@aws-sdk/credential-provider-ini": "^3.970.0",
48
- "@aws-sdk/credential-providers": "^3.970.0",
49
- "@aws-sdk/types": "^3.969.0",
45
+ "@aws-sdk/client-cloudwatch-logs": "^3.981.0",
46
+ "@aws-sdk/client-lambda": "^3.981.0",
47
+ "@aws-sdk/credential-provider-ini": "^3.972.3",
48
+ "@aws-sdk/credential-providers": "^3.981.0",
49
+ "@aws-sdk/types": "^3.973.1",
50
50
  "@smithy/property-provider": "^2.0.12",
51
51
  "@smithy/util-retry": "^2.0.4",
52
52
  "chalk": "3.0.0",
53
53
  "fuzzy": "^0.1.3",
54
- "inquirer": "^8.2.5",
54
+ "inquirer": "^8.2.6",
55
55
  "inquirer-checkbox-plus-prompt": "^1.4.2",
56
56
  "ora": "5.4.1",
57
57
  "typanion": "^3.14.0",