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 ff38495 commit 3f1a298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/config/scripts/prefetch-ssm.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//const fs = require('fs');
import fs from 'fs';
//const RetrieveSSMValues = require('./read-ssm');
import RetrieveSSMValues from './read-ssm';
import { readSSM } from './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'];
const region = 'us-east-1';
const profile = process.env.AWS_PROFILE;
Expand Down

0 comments on commit 3f1a298

Please sign in to comment.