Skip to content

Commit

Permalink
chore(layers): remove schema parsing from layer canary
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi committed Oct 8, 2024
1 parent 7dfd64e commit 0f2175e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion layers/tests/e2e/layerPublisher.class.test.functionCode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { AppConfigDataClient } from '@aws-sdk/client-appconfigdata';
import { DynamoDBClient } from '@aws-sdk/client-dynamodb';
import { SecretsManagerClient } from '@aws-sdk/client-secrets-manager';
import { SSMClient } from '@aws-sdk/client-ssm';
import { z } from 'zod';

const logger = new Logger({
logLevel: 'DEBUG',
Expand Down

0 comments on commit 0f2175e

Please sign in to comment.