https://github.com/rgglez/lambda-html-tidy
AWS Lambda to clean garbage code from a HTML input.
https://github.com/rgglez/lambda-html-tidy
aws-lambda html html-cleaner javascript tidy
Last synced: about 2 months ago
JSON representation
AWS Lambda to clean garbage code from a HTML input.
- Host: GitHub
- URL: https://github.com/rgglez/lambda-html-tidy
- Owner: rgglez
- License: bsd-3-clause
- Created: 2023-02-07T01:57:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T18:33:59.000Z (about 3 years ago)
- Last Synced: 2025-01-28T01:44:30.586Z (over 1 year ago)
- Topics: aws-lambda, html, html-cleaner, javascript, tidy
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lambda-html-tidy
[](https://opensource.org/licenses/BSD-3-Clause)



AWS Lambda to clean HTML from garbage.
## Dependencies
* [clean-html](https://www.npmjs.com/package/clean-html)
## Notes
* A *Dockerfile* is provided as a guide for creating the container source of the function.
* This function is intended to be called from another function before saving HTML data to a database, in order to clean it, acting as a filter.
## License
Copyright (c) 2021 Rodolfo González González.
See the LICENSE file.