@justworkflowit/cdk-constructs 0.0.313 → 0.0.315

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.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 JustWorkflowIt
3
+ Copyright (c) 2026 JustWorkflowIt
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -319,7 +319,7 @@ describe('JustWorkflowItConstructs', () => {
319
319
  $ref: '#/definitions/metadataType',
320
320
  },
321
321
  },
322
- required: ['businessId'],
322
+ required: ['businessId', 'metadata'],
323
323
  additionalProperties: false,
324
324
  },
325
325
  metadataType: {
@@ -122,7 +122,7 @@ class JustWorkflowItConstructs extends constructs_1.Construct {
122
122
  exclude: ['*.ts', '*.d.ts'],
123
123
  }),
124
124
  handler: 'definitionDeployerLambda.handler',
125
- runtime: aws_lambda_1.Runtime.NODEJS_20_X,
125
+ runtime: aws_lambda_1.Runtime.NODEJS_24_X,
126
126
  timeout: aws_cdk_lib_1.Duration.minutes(5),
127
127
  environment: {
128
128
  AUTH_SECRET_NAME: secretName,