@gradientedge/cdk-utils 8.85.0 → 8.86.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.
@@ -34,7 +34,7 @@ export declare class LambdaWithIamAccess extends CommonConstruct {
34
34
  lambdaIamUser: iam.User;
35
35
  lambdaUserAccessKey: iam.CfnAccessKey;
36
36
  lambdaUserAccessSecret: secretsManager.Secret;
37
- protected constructor(parent: Construct, id: string, props: LambdaWithIamAccessProps);
37
+ constructor(parent: Construct, id: string, props: LambdaWithIamAccessProps);
38
38
  /**
39
39
  * @summary Initialise and provision resources
40
40
  * @protected
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradientedge/cdk-utils",
3
- "version": "8.85.0",
3
+ "version": "8.86.0",
4
4
  "description": "Utilities for AWS CDK provisioning",
5
5
  "main": "dist/index.js",
6
6
  "engines": {
@@ -39,7 +39,7 @@ export class LambdaWithIamAccess extends CommonConstruct {
39
39
  lambdaUserAccessKey: iam.CfnAccessKey
40
40
  lambdaUserAccessSecret: secretsManager.Secret
41
41
 
42
- protected constructor(parent: Construct, id: string, props: LambdaWithIamAccessProps) {
42
+ constructor(parent: Construct, id: string, props: LambdaWithIamAccessProps) {
43
43
  super(parent, id, props)
44
44
 
45
45
  this.props = props