-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into alyo2-lambda-vs-containers
- Loading branch information
Showing
25 changed files
with
263 additions
and
456 deletions.
There are no files selected for viewing
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,4 +1,4 @@ | ||
{ | ||
"aliveStatusCodes": [200, 403], | ||
"timeout": "20s" | ||
"timeout": "30s" | ||
} |
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 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 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 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Engineering blueprints | ||
|
||
This is a list of blueprint solutions to common problems which are referenced within this [quality framework](README.md). | ||
|
||
Where possible this will be a set of fully working components / solutions you can use. Where that's not possible, it will be instructions. | ||
|
||
| Topic | Type of blueprint | Classification | Status | | ||
| :--------------------------------------------------------------------------------------- | :---------------- | :------------- | :--------- | | ||
| [Creating GitHub repositories](https://github.com/nhs-england-tools/repository-template) | Full solution | Recommended | Published | | ||
| [Purging commits on GitHub](practices/guides/commit-purge.md) | Instructions | Mandatory | Published | | ||
| [Signing commits on GitHub](practices/guides/commit-signing.md) | Instructions | Recommended | Published | | ||
| [Automating performance-test decisions using APDEX](practices/performance-testing.md) | Instructions | Recommended | Published | | ||
| [Scanning source code for secrets](tools/nhsd-git-secrets/README.md) | Full solution | Recommended | Published | | ||
| Cross-account backups on AWS | Instructions | In progress | Draft | |
Oops, something went wrong.