Skip to content

Tags: cloudreach/aws-lambda-es-cleanup

Tags

v0.14

Toggle v0.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/pre commit (#40)

* git pre-commit

* general update

* update version

* fix desc

Co-authored-by: Giulio Calzolari <[email protected]>

v0.13

Toggle v0.13's commit message
minor update TF Code and Readme

v0.12

Toggle v0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add regexp support (#33)

* add regexp support

v0.11

Toggle v0.11's commit message
update terraform readme

v0.10

Toggle v0.10's commit message
fix debug message using format

v0.9

Toggle v0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update-python36 (#23)

v0.8

Toggle v0.8's commit message
Added suffix variable (#19)

v0.7

Toggle v0.7's commit message
[Resolve #12] cleanup old code

v0.6

Toggle v0.6's commit message
Fix index name parsed incorrectly if index format contains hyphen (#18)

If index format contains hyphen such as `index-2018-08-11`, the index date
is parsed as `index-2018-08` rather than `index`.

v0.5

Toggle v0.5's commit message
VPC support for the Lambda function (#10)

* Lambda function compatible with AWS ES VPC

When your Elasticsearch is running inside your VPC, you also need to run your Lambda function inside your VPC. 

Features:
* Create Security Group for Lambda
* Extend IAM role to allow VPC execution
* Add the variables subnet_ids 
* Add docs for lambda VPC support
* add tags and prefix to lambda
* clean-up python function
* add compatibility for public/vpc