Skip to content

Commit

Permalink
fix: refactor (#19)
Browse files Browse the repository at this point in the history
* using aws-cdk-lib/aws-apigatewayv2 in favor of depricated alpha versions
* added test for svelte server handler
* removed apimbda npm layer construct
  • Loading branch information
sahinvardar authored Feb 7, 2024
1 parent 54ed9ab commit 5b1145e
Show file tree
Hide file tree
Showing 16 changed files with 198 additions and 961 deletions.
1 change: 0 additions & 1 deletion example/deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"private": true,
"name": "deploy",
"version": "0.1.14",
"type": "module",
"bin": {
"deploy": "bin/deploy.js"
Expand Down
2 changes: 1 addition & 1 deletion example/deploy/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"forceConsistentCasingInFileNames": true,
"incremental": true,
"lib": ["ES2022"],
"module": "ES2022",
"module": "NodeNext",
"moduleResolution": "nodenext",
"skipLibCheck": true,
"strict": true,
Expand Down
Loading

0 comments on commit 5b1145e

Please sign in to comment.