Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Dec 10, 2024
1 parent 4119499 commit 594c7cb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const config: LocalTunnelConfig = {
export default config
```


_Then run:_

```bash
Expand Down
1 change: 1 addition & 0 deletions src/cloud/https.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { APIGatewayProxyHandlerV2 } from 'aws-lambda'
import { Buffer } from 'node:buffer'
import process from 'node:process'
import { ApiGatewayManagementApiClient, PostToConnectionCommand } from '@aws-sdk/client-apigatewaymanagementapi'
import { DynamoDBClient, QueryCommand } from '@aws-sdk/client-dynamodb'
Expand Down
2 changes: 0 additions & 2 deletions src/cloud/tunnel-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,11 @@ export class TunnelStack extends cdk.Stack {
}))

// Outputs
// eslint-disable-next-line no-new
new cdk.CfnOutput(this, 'WebSocketApiUrl', {
value: webSocketStage.url,
description: 'WebSocket API URL',
})

// eslint-disable-next-line no-new
new cdk.CfnOutput(this, 'HttpApiUrl', {
value: httpApi.url!,
description: 'HTTP API URL',
Expand Down

0 comments on commit 594c7cb

Please sign in to comment.