tag:github.com,2008:https://github.com/cloudreach/aws-lambda-es-cleanup/releases Tags from aws-lambda-es-cleanup 2020-04-22T07:47:08Z tag:github.com,2008:Repository/92179753/v0.14 2020-04-22T07:47:08Z v0.14: Feature/pre commit (#40) <p>Feature/pre commit (<a class="issue-link js-issue-link" href="https://github.com/cloudreach/aws-lambda-es-cleanup/pull/40">#40</a>)</p> <p>* git pre-commit</p> <p>* general update</p> <p>* update version</p> <p>* fix desc</p> <p>Co-authored-by: Giulio Calzolari &lt;giuliocalzolari@users.noreply.github.com&gt;</p> giuliocalzo tag:github.com,2008:Repository/92179753/v0.13 2019-10-28T11:27:24Z v0.13 tag:github.com,2008:Repository/92179753/v0.12 2019-10-28T11:06:48Z v0.12: add regexp support (#33) <p>add regexp support (<a class="issue-link js-issue-link" href="https://github.com/cloudreach/aws-lambda-es-cleanup/pull/33">#33</a>)</p> <p>* add regexp support</p> giuliocalzo tag:github.com,2008:Repository/92179753/v0.11 2019-07-18T09:02:28Z v0.11 tag:github.com,2008:Repository/92179753/v0.10 2019-05-28T06:33:07Z v0.10 tag:github.com,2008:Repository/92179753/v0.9 2019-03-12T15:54:17Z v0.9 giuliocalzo tag:github.com,2008:Repository/92179753/v0.8 2018-09-21T09:34:30Z v0.8 cliveza tag:github.com,2008:Repository/92179753/v0.7 2018-09-13T15:44:46Z v0.7 giuliocalzo tag:github.com,2008:Repository/92179753/v0.6 2018-08-17T07:04:15Z v0.6: Fix index name parsed incorrectly if index format contains hyphen (#18) <p>Fix index name parsed incorrectly if index format contains hyphen (<a class="issue-link js-issue-link" href="https://github.com/cloudreach/aws-lambda-es-cleanup/pull/18">#18</a>)</p> <p>If index format contains hyphen such as `index-2018-08-11`, the index date <br />is parsed as `index-2018-08` rather than `index`.</p> cheungpat tag:github.com,2008:Repository/92179753/v0.5 2018-02-28T21:18:15Z v0.5: VPC support for the Lambda function (#10) <p>VPC support for the Lambda function (<a class="issue-link js-issue-link" href="https://github.com/cloudreach/aws-lambda-es-cleanup/pull/10">#10</a>)</p> <p>* Lambda function compatible with AWS ES VPC</p> <p>When your Elasticsearch is running inside your VPC, you also need to run your Lambda function inside your VPC. </p> <p>Features: <br />* Create Security Group for Lambda <br />* Extend IAM role to allow VPC execution <br />* Add the variables subnet_ids <br />* Add docs for lambda VPC support <br />* add tags and prefix to lambda <br />* clean-up python function <br />* add compatibility for public/vpc</p> MattiasGees