Skip to content

Commit

Permalink
Merge branch 'main' into common_pr_title
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-nhs authored Jul 2, 2024
2 parents bbf01e5 + dbbb8e0 commit 12fee98
Show file tree
Hide file tree
Showing 7 changed files with 201 additions and 182 deletions.
1 change: 1 addition & 0 deletions SAMtemplates/main_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Resources:
Target: "es2020"
Sourcemap: true
tsconfig: statusLambda/tsconfig.json
packages: bundle
EntryPoints:
- statusLambda/src/statusLambda.ts

Expand Down
3 changes: 2 additions & 1 deletion SAMtemplates/sandbox_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ Conditions:
ShouldUseSplunk: !Equals [true, !Ref EnableSplunk]

Resources:

# sandbox lambda
SandboxResources:
Type: AWS::Serverless::Application
Expand Down Expand Up @@ -113,6 +112,7 @@ Resources:
Target: "es2020"
Sourcemap: true
tsconfig: sandbox/tsconfig.json
packages: bundle
EntryPoints:
- sandbox/src/sandbox.ts

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

Expand Down
Loading

0 comments on commit 12fee98

Please sign in to comment.