Skip to content

Commit

Permalink
Add axios
Browse files Browse the repository at this point in the history
  • Loading branch information
xsalazar committed Oct 1, 2023
1 parent 453ae19 commit f23441c
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const AWS = require("aws-sdk");
const axios = require("axios");
const fs = require("fs");
const zlib = require("zlib");

Expand Down
154 changes: 153 additions & 1 deletion app/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 app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1467.0"
"aws-sdk": "^2.1467.0",
"axios": "^1.5.1"
}
}

0 comments on commit f23441c

Please sign in to comment.