Marat Levit

Results 13 comments of Marat Levit

@waylan that's not possible for me as the markdown files are auto-generated using a Python script, and hence I don't know how many pages I'm going to have. I need...

@waylan do you think we could tweak ```python def dirname_to_title(dirname): """ Return a page tile obtained from a directory name. """ title = dirname title = title.replace('-', ' ').replace('_', '...

Tried to fix this but still having the same error on branch https://github.com/servian/aws-auto-remediate/tree/logging-refactor

@jihygk I tried implementing this but unfortunately it prints and entire stack trace (which dirties up the logs) which is what I got around by only taking the second tupple...

Hey @membra, 1. You're correct. Resources are independently deleted via their own API endpoints. The app will first attempt to delete the CloudFormation Stack before proceeding to delete all other...

Hey @mwgamble sure thing. 1. Cleanup of SGs is a lot more complex than I ever thought it would be. A lot of AWS resources are linked to SGs and...

Hey @kjblanchard. Thanks for raising this issue. I didn't think I'd ever see an execution log of that size :) but here we are. I've made a test execution log...

So... played around with this today. I think I managed to make it work using DataTables native functionality. Instead of creating the table in HTML then converting that table to...

Hmmm depending on how old your previous instance was, I would suggest you update all 3 modules, app, api, and web. You shouldn't get any CORS issues tbh. Regarding the...

@kjblanchard I just pushed a change https://github.com/servian/aws-auto-cleanup/commit/0827dc62cdc1b15503421f68317f2fa3476ca9de that should hopefully solve this issue. Basically, to work around Lambda's 6MB response payload limitation, I've compressed the output payload using Zlib for...