-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #945 from guardian/gucdk-59.5.0
chore(deps): Update GuCDK from 57.0.0 to 59.5.1
- Loading branch information
Showing
19 changed files
with
851 additions
and
842 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,5 @@ | ||
# Prism Infrastructure | ||
|
||
This directory defines the components to be deployed to AWS defined as CDK stacks: | ||
- [Prism](./lib/prism.ts) for the application | ||
- [Prism Access](./lib/prism-access.ts) for the stack set that creates a role for Prism to assume in another account | ||
This directory defines the components to be deployed to AWS. | ||
|
||
## Useful commands | ||
|
||
We follow the [`script/task`](https://github.com/github/scripts-to-rule-them-all) pattern, | ||
find useful scripts within the [`script`](./script) directory for common tasks. | ||
|
||
- `./script/setup` to install dependencies | ||
- `./script/start` to run the Jest unit tests in watch mode | ||
- `./script/lint` to lint the code using ESLint | ||
- `./script/test` to lint, run tests and generate templates of the CDK stacks | ||
- `./script/build` to compile TypeScript to JS and generate templates of the CDK stacks | ||
- `./script/ci` to perform CI tasks: lint, build, test and generate templates | ||
|
||
There are also some other commands defined in `package.json`, including: | ||
|
||
- `yarn lint --fix` attempt to autofix any linter errors | ||
- `yarn format` format the code using Prettier | ||
- `yarn watch` watch for changes and compile | ||
|
||
However, it's advised you configure your IDE to format on save to avoid horrible "correct linting" commits. | ||
See [`package.json`](./package.json) for a list of available scripts. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.