Skip to content

Commit

Permalink
feat(config): export getSecretValue, getSsmValue
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Jun 9, 2024
1 parent cb00521 commit dfe1bb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/config/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import mem from 'mem';

import { getSecretValue, getSsmValue, putSsmValue } from './aws';

export { getSecretValue, getSsmValue };

export interface ConfigInitParams<TDefaults, TSecrets, TSsm> {
defaultConfig: TDefaults;
secretConfig: TSecrets;
Expand Down

0 comments on commit dfe1bb0

Please sign in to comment.