zombie-cleanup-lambda
v1.0.0
Published
zombie-cleanup-lambda
Readme
- 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
- Modify
dev-run.jsand.envif required and run: npm run start
