Skip to content

Commit

Permalink
feat(test): create ssm utilities (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
spridev authored Apr 3, 2022
1 parent 2677931 commit d20ad9c
Show file tree
Hide file tree
Showing 6 changed files with 512 additions and 36 deletions.
6 changes: 6 additions & 0 deletions .changeset/tough-cherries-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@onia/test': patch
---

Create a `SystemStore` class to populate environment variables from SSM parameters.

175 changes: 139 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
],
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "^3.0.0",
"@aws-sdk/client-ssm": "^3.0.0",
"@hapi/hoek": "^9.0.0"
},
"devDependencies": {
Expand Down
3 changes: 3 additions & 0 deletions packages/test/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ export * from './cognito-user';

// Gateway
export * from './gateway-wrapper';

// System
export * from './system-store';
Loading

0 comments on commit d20ad9c

Please sign in to comment.