Skip to content

Commit

Permalink
chore: install process-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Cycrypto committed Apr 2, 2024
1 parent 7a906ab commit 67d0898
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 47 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"S3Bucket": {
"Ref": "ServerlessDeploymentBucket"
},
"S3Key": "serverless/aws-sandol/dev/1712028662196-2024-04-02T03:31:02.196Z/aws-sandol.zip"
"S3Key": "serverless/aws-sandol/dev/1712028996769-2024-04-02T03:36:36.769Z/aws-sandol.zip"
},
"Handler": "wsgi_handler.handler",
"Runtime": "python3.9",
Expand Down
4 changes: 2 additions & 2 deletions aws-sandol-api/.serverless/serverless-state.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"S3Bucket": {
"Ref": "ServerlessDeploymentBucket"
},
"S3Key": "serverless/aws-sandol/dev/1712028662196-2024-04-02T03:31:02.196Z/aws-sandol.zip"
"S3Key": "serverless/aws-sandol/dev/1712028996769-2024-04-02T03:36:36.769Z/aws-sandol.zip"
},
"Handler": "wsgi_handler.handler",
"Runtime": "python3.9",
Expand Down Expand Up @@ -485,7 +485,7 @@
"artifact": "/Users/cycrpto/Desktop/tuk_sandol_main/aws-sandol-api/.serverless/aws-sandol.zip"
},
"package": {
"artifactDirectoryName": "serverless/aws-sandol/dev/1712028662196-2024-04-02T03:31:02.196Z",
"artifactDirectoryName": "serverless/aws-sandol/dev/1712028996769-2024-04-02T03:36:36.769Z",
"artifact": "aws-sandol.zip"
}
}
24 changes: 3 additions & 21 deletions aws-sandol-api/node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 5 additions & 22 deletions aws-sandol-api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion aws-sandol-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"serverless-wsgi": "^3.0.3"
},
"dependencies": {
"fs-extra": "^11.2.0"
"fs-extra": "^11.2.0",
"process-utils": "^4.0.0"
},
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 67d0898

Please sign in to comment.