Skip to content

Commit

Permalink
remove deprecated wkhtmltox
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekseev committed Dec 1, 2024
1 parent ef76520 commit 6308d31
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 175 deletions.
2 changes: 0 additions & 2 deletions cdk-stacks/bin/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
import "source-map-support/register";
import * as cdk from "@aws-cdk/core";
import { WeasyPrintStack } from "../lib/weasyprint-stack";
import { WkhtmltoxStack } from "../lib/wkhtmltox-stack";

const app = new cdk.App();
new WeasyPrintStack(app, "WeasyPrintStack");
new WkhtmltoxStack(app, "WkhtmltoxStack");
53 changes: 0 additions & 53 deletions cdk-stacks/lib/wkhtmltox-stack.ts

This file was deleted.

35 changes: 0 additions & 35 deletions wkhtmltox/README.md

This file was deleted.

57 changes: 0 additions & 57 deletions wkhtmltox/lambda_function.py

This file was deleted.

28 changes: 0 additions & 28 deletions wkhtmltox/layer_builder.sh

This file was deleted.

0 comments on commit 6308d31

Please sign in to comment.