janiko71 / aws-inventory

Python script for AWS resources inventory (cheaper than AWS Config)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

S3_INVENTORY_BUCKET usage ?

romainmeunier opened this issue · comments

Hi,

I'm planning to use it as a lambda, and save the inventory to a s3 bucket.

S3_INVENTORY_BUCKET looks like a variable to define an output s3 bucket adress, but not used. Is it planned or I missed something ?

Hi Romain,

Writing into a bucket is not difficult, but I didn't add the code yet because it's not very useful here. I develop: this script is not intended to be launched as is in a lambda environment, because the execution time is not predictable. So, as far, it should only be launched locally, and using lambda will force to redesign the code, especially for output.

Anyway I will add this feature in the near future.