tag:github.com,2008:https://github.com/cloudreach/aws-lambda-es-cleanup/releasesTags from aws-lambda-es-cleanup2020-04-22T07:47:08Ztag:github.com,2008:Repository/92179753/v0.142020-04-22T07:47:08Zv0.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 <giuliocalzolari@users.noreply.github.com></p>giuliocalzotag:github.com,2008:Repository/92179753/v0.132019-10-28T11:27:24Zv0.13tag:github.com,2008:Repository/92179753/v0.122019-10-28T11:06:48Zv0.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>giuliocalzotag:github.com,2008:Repository/92179753/v0.112019-07-18T09:02:28Zv0.11tag:github.com,2008:Repository/92179753/v0.102019-05-28T06:33:07Zv0.10tag:github.com,2008:Repository/92179753/v0.92019-03-12T15:54:17Zv0.9giuliocalzotag:github.com,2008:Repository/92179753/v0.82018-09-21T09:34:30Zv0.8clivezatag:github.com,2008:Repository/92179753/v0.72018-09-13T15:44:46Zv0.7giuliocalzotag:github.com,2008:Repository/92179753/v0.62018-08-17T07:04:15Zv0.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>cheungpattag:github.com,2008:Repository/92179753/v0.52018-02-28T21:18:15Zv0.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