Updates the serverless.ts to remove invocation of healthCheck lambdas in both the content and testing environment.
Steps to Test
Notes
Code author checklist
[X] I have rebased this branch from the latest main branch
[X] I have performed a self-review of my code
[X] I have created and/or updated relevant documentation on the engineering documentation website
[X] I have not used any relative imports
[X] I have pruned any instances of unused code
[X] I have not added any markdown to labels, titles and button text in config
[X] If I added/updated any values in userData (including profileData, formationData etc), then I added a new migration file
[X] I have checked for and removed instances of unused config from CMS
[X] If I added any new collections to the CMS config, then I updated the search tool and cmsCollections.ts (see CMS Additions in Engineering Reference/FAQ on the engineering documentation site)
[X] I have updated relevant .env values in both .env-template and in Bitwarden
Description
This PR disables the Health Check lambda in both the content and testing environments.
Ticket
This pull request resolves #188127051.
Approach
serverless.ts
to remove invocation of healthCheck lambdas in both the content and testing environment.Steps to Test
Notes
Code author checklist
userData
(includingprofileData
,formationData
etc), then I added a new migration filecmsCollections.ts
(see CMS Additions in Engineering Reference/FAQ on the engineering documentation site).env
values in both.env-template
and in Bitwarden