We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4d438 commit dd0cb46Copy full SHA for dd0cb46
packages/aws-cdk-lib/aws-lambda/lib/adot-layers.ts
@@ -215,9 +215,9 @@ abstract class AdotLambdaLayerVersion {
215
*/
216
export class AdotLambdaLayerJavaSdkVersion extends AdotLambdaLayerVersion {
217
/**
218
- * Version 1.32.1
+ * Version 1.32.0
219
220
- public static readonly V1_32_0_1 = new AdotLambdaLayerJavaSdkVersion('1.32.1');
+ public static readonly V1_32_0_1 = new AdotLambdaLayerJavaSdkVersion('1.32.0-1');
221
222
223
* Version 1.32.0
0 commit comments