mlevit / aws-auto-cleanup

Programmatically delete AWS resources based on an allowlist and time to live (TTL) settings
MIT License
496 stars 55 forks source link

[ERROR] Could not read DynamoDB table 'auto-cleanup-whitelist-prod'. #37

Closed samit2040 closed 4 years ago

samit2040 commented 4 years ago

Describe the bug The get_whitelist() method of lambda_handler.py is unable to read data from auto-cleanup-whitelist-prod table auto-cleanup-whitelist-prod table exists

Expected behavior The get_whitelist() method of lambda_handler.py must be able to read data from auto-cleanup-whitelist-prod table

Screenshots image

Versions (please complete the following information):

AWS (please complete the following information):

samit2040 commented 4 years ago

@mlevit , appreciated and thanks for update