The project is an example of using Step Functions in AWS to coordinate two AWS Lambdas: filter and combine. Given a text and a word to remove, the filter function removes every occurence of the word (capitalization does not matter) and combine function concatenates the array of words together back into a single text.