<a href="https://codeclimate.com/repos/61deb1a022926501b900a3df/maintainability"><img src="https://api.codeclimate.com/v1/badges/cd2459a8094db5b01c7f/maintainability" /></a> <a href="https://codeclimate.com/repos/61deb1a022926501b900a3df/test_coverage"><img src="https://api.codeclimate.com/v1/badges/cd2459a8094db5b01c7f/test_coverage" /></a>
- This documentation represent zombie cleanup lambda 
- The lambda roll is to identify zombie candidates and publish them to global event queue.
- Lambda is invoked via aws event bridge 
- The function to be invoked is in src/index => handler

## Deploy to AWS

**Make sure that the CI/CD pipeline is set up to:**

- Deploy the lambda to staging/integration/production on merge to `stable`.
- Deploy the lambda to Star Wars envs on merge to `master`.

## Run in development env

1. Modify `dev-run.js ` and `.env` if required and run:
2. `npm run start`
