Skip to content

Commit 1451cb0

Browse files
committed
chore: remove Middy.js 4.x
1 parent a876439 commit 1451cb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layers/tests/unit/layer-publisher.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { App } from 'aws-cdk-lib';
22
import { Template } from 'aws-cdk-lib/assertions';
33
import { describe, it } from 'vitest';
4-
import { LayerPublisherStack } from '../../src/layer-publisher-stack';
4+
import { LayerPublisherStack } from '../../src/layer-publisher-stack.js';
55

66
describe('Class: LayerPublisherStack', () => {
77
it('creates the stack with a layer in it', () => {

packages/logger/tests/e2e/logEventEnvVarSetting.middy.test.FunctionCode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Context } from 'aws-lambda';
2-
import middy from 'middy4';
2+
import middy from 'middy5';
33
import { Logger } from '../../src/index.js';
44
import { injectLambdaContext } from '../../src/middleware/middy.js';
55
import type { TestEvent, TestOutput } from '../helpers/types.js';

0 commit comments

Comments
 (0)