Skip to content

Commit

Permalink
Add aws-sdk
Browse files Browse the repository at this point in the history
Signed-off-by: csavulalfx <cavula@contractor.linuxfoundation.org>
  • Loading branch information
csavulalfx committed Mar 4, 2024
1 parent e79b4fd commit 6162e81
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
command: |
echo "Node version is: $(node --version)"
echo "Running top level install..."
yarn add aws-sdk
yarn install --non-interactive
no_output_timeout: 10m
- run:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"ng": "ng",
"serve": "ng serve",
"build": "ng build",
"aws-sdk": "yarn add aws-sdk",
"serve:dev:local": "yarn prebuild:dev && ng serve --port 8100",
"build:dev": "yarn prebuild:dev && ng build --prod --configuration=dev",
"build:staging": "yarn prebuild:staging && ng build --prod --configuration=staging",
Expand Down
1 change: 0 additions & 1 deletion src/app/config/scripts/prefetch-ssm.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright The Linux Foundation and each contributor to CommunityBridge.
// SPDX-License-Identifier: MIT
const AWS = require('aws-sdk');
const fs = require('fs');
const RetrieveSSMValues = require('./read-ssm');
const configVarArray = ['auth0-clientId', 'auth0-domain', 'proj-console-link', 'corp-console-link', 'lfx-header', 'lfx-footer', 'corporate-v2-base', 'api-base', 'api-v4-base', 'admin-v2-base'];
Expand Down

0 comments on commit 6162e81

Please sign in to comment.