You can run the unit test suite from the base dir (bcda-ssas-app) using the following command:
make test-path TEST_PATH="lambda/wafsync/*.go". (You might have to make load-fixtures first). It also has an integration test run via github actions (see .github/workflows/waf-sync-lambda-integration-test.yml).
The lambda is deployed (or promoted in the case of prod) using github actions (see .github/workflows/waf-sync-lambda-{env}-deploy.yml files).