Skip to content

Commit

Permalink
Merge branch 'main' into AEA-4047-set-statuses-to-temporarily-unavail…
Browse files Browse the repository at this point in the history
…able-if-nppts-call-fails
  • Loading branch information
originalphil committed Jul 8, 2024
2 parents 60aab6e + 172196e commit 5a2c774
Show file tree
Hide file tree
Showing 15 changed files with 788 additions and 721 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ compile: compile-node

download-get-secrets-layer:
mkdir -p packages/getSecretLayer/lib
curl -LJ https://github.com/NHSDigital/electronic-prescription-service-get-secrets/releases/download/v1.0.271-alpha/get-secrets-layer.zip -o packages/getSecretLayer/lib/get-secrets-layer.zip
curl -LJ https://github.com/NHSDigital/electronic-prescription-service-get-secrets/releases/download/v1.0.287-alpha/get-secrets-layer.zip -o packages/getSecretLayer/lib/get-secrets-layer.zip

lint-node: compile-node
npm run lint --workspace packages/capabilityStatement
Expand Down
4 changes: 4 additions & 0 deletions SAMtemplates/functions/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Resources:
Target: es2020
Sourcemap: true
tsconfig: getMyPrescriptions/tsconfig.json
packages: bundle
EntryPoints:
- getMyPrescriptions/src/getMyPrescriptions.ts

Expand Down Expand Up @@ -121,6 +122,7 @@ Resources:
Target: es2020
Sourcemap: true
tsconfig: enrichPrescriptions/tsconfig.json
packages: bundle
EntryPoints:
- enrichPrescriptions/src/enrichPrescriptions.ts

Expand Down Expand Up @@ -152,6 +154,7 @@ Resources:
Target: es2020
Sourcemap: true
tsconfig: capabilityStatement/tsconfig.json
packages: bundle
EntryPoints:
- capabilityStatement/src/capabilityStatement.ts

Expand Down Expand Up @@ -190,6 +193,7 @@ Resources:
Target: es2020
Sourcemap: true
tsconfig: statusLambda/tsconfig.json
packages: bundle
EntryPoints:
- statusLambda/src/statusLambda.ts

Expand Down
3 changes: 3 additions & 0 deletions SAMtemplates/main_template.old.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ Resources:
Target: "es2020"
Sourcemap: true
tsconfig: getMyPrescriptions/tsconfig.json
packages: bundle
EntryPoints:
- getMyPrescriptions/src/getMyPrescriptions.ts

Expand Down Expand Up @@ -183,6 +184,7 @@ Resources:
Target: "es2020"
Sourcemap: true
tsconfig: capabilityStatement/tsconfig.json
packages: bundle
EntryPoints:
- capabilityStatement/src/capabilityStatement.ts

Expand Down Expand Up @@ -227,6 +229,7 @@ Resources:
Target: "es2020"
Sourcemap: true
tsconfig: statusLambda/tsconfig.json
packages: bundle
EntryPoints:
- statusLambda/src/statusLambda.ts

Expand Down
3 changes: 3 additions & 0 deletions SAMtemplates/sandbox_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ Resources:
Target: es2020
Sourcemap: true
tsconfig: sandbox/tsconfig.json
packages: bundle
EntryPoints:
- sandbox/src/sandbox.ts

Expand Down Expand Up @@ -171,6 +172,7 @@ Resources:
Target: es2020
Sourcemap: true
tsconfig: capabilityStatement/tsconfig.json
packages: bundle
EntryPoints:
- capabilityStatement/src/capabilityStatement.ts

Expand Down Expand Up @@ -214,6 +216,7 @@ Resources:
Target: "es2020"
Sourcemap: true
tsconfig: statusLambda/tsconfig.json
packages: bundle
EntryPoints:
- statusLambda/src/statusLambda.ts

Expand Down
Loading

0 comments on commit 5a2c774

Please sign in to comment.