Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
RhamHarts committed Jan 12, 2023
0 parents commit a1ff0e7
Show file tree
Hide file tree
Showing 9 changed files with 4,753 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module.exports = {
env: {
browser: true,
commonjs: true,
es2021: true,
},
extends: 'airbnb-base',
overrides: [
],
parserOptions: {
ecmaVersion: 'latest',
},
rules: {
},
};
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
notes-api-webserver.pem
2 changes: 2 additions & 0 deletions new_user_credentials.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User name,Password,Access key ID,Secret access key,Console login link
rhamharts,,,,https://997889145816.signin.aws.amazon.com/console
Loading

0 comments on commit a1ff0e7

Please sign in to comment.