@gradientedge/cdk-utils 6.4.0 → 6.5.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.
@@ -103,6 +103,7 @@ class LambdaManager {
103
103
  deadLetterQueue: deadLetterQueue,
104
104
  environment: {
105
105
  REGION: scope.props.region,
106
+ LAST_MODIFIED_TS: new Date().toISOString(),
106
107
  ...environment,
107
108
  },
108
109
  filesystem: accessPoint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradientedge/cdk-utils",
3
- "version": "6.4.0",
3
+ "version": "6.5.0",
4
4
  "description": "Utilities for AWS CDK provisioning",
5
5
  "main": "dist/index.js",
6
6
  "engines": {
@@ -45,12 +45,12 @@
45
45
  }
46
46
  },
47
47
  "dependencies": {
48
- "@types/lodash": "^4.14.182",
49
- "@types/node": "^18.7.6",
48
+ "@types/lodash": "^4.14.184",
49
+ "@types/node": "^18.7.9",
50
50
  "app-root-path": "^3.1.0",
51
- "aws-cdk-lib": "^2.37.1",
52
- "aws-sdk": "^2.1195.0",
53
- "constructs": "^10.1.77",
51
+ "aws-cdk-lib": "^2.38.1",
52
+ "aws-sdk": "^2.1199.0",
53
+ "constructs": "^10.1.83",
54
54
  "lodash": "^4.17.21",
55
55
  "moment": "^2.29.4",
56
56
  "nconf": "^0.12.0",
@@ -78,11 +78,11 @@
78
78
  "jsdoc": "^3.6.11",
79
79
  "jsdoc-babel": "^0.5.0",
80
80
  "jsdoc-mermaid": "^1.0.0",
81
- "lerna": "^5.4.2",
81
+ "lerna": "^5.4.3",
82
82
  "prettier": "^2.7.1",
83
- "prettier-plugin-organize-imports": "^3.0.3",
83
+ "prettier-plugin-organize-imports": "^3.1.0",
84
84
  "rimraf": "^3.0.2",
85
- "semantic-release": "^19.0.3",
85
+ "semantic-release": "^19.0.4",
86
86
  "ts-jest": "^28.0.8",
87
87
  "ts-node": "^10.9.1",
88
88
  "typescript": "4.7.4"
@@ -102,6 +102,7 @@ export class LambdaManager {
102
102
  deadLetterQueue: deadLetterQueue,
103
103
  environment: {
104
104
  REGION: scope.props.region,
105
+ LAST_MODIFIED_TS: new Date().toISOString(),
105
106
  ...environment,
106
107
  },
107
108
  filesystem: accessPoint