File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
typescript/postgres-lambda Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1313 },
1414 "bin" : " bin/postgres-lambda.js" ,
1515 "scripts" : {
16- "build" : " tsc && yarn workspaces foreach -v -A run build" ,
17- "build:lambda" : " yarn workspaces foreach -v -A run build" ,
16+ "build" : " tsc" ,
1817 "watch" : " tsc -w" ,
1918 "test" : " jest" ,
20- "cdk" : " cdk" ,
21- "install-deps" : " cd lambda/lambda-to-postgres && npm install --prefix ./deps && cd ../../lambda/postgres-to-lambda && npm install --prefix ./deps && cd ../../lambda/postgres-setup && npm install --prefix ./deps"
19+ "cdk" : " cdk"
2220 },
2321 "devDependencies" : {
2422 "@types/jest" : " ^29.5.14" ,
3028 "typescript" : " ~5.6.3"
3129 },
3230 "dependencies" : {
33- "@aws-cdk/aws-lambda-nodejs" : " ^1.203.0" ,
3431 "aws-cdk-lib" : " ^2.204.0" ,
3532 "constructs" : " ^10.4.2" ,
3633 "esbuild" : " ^0.25.6"
You can’t perform that action at this time.
0 commit comments