Skyscanner / LambdaGuard

AWS Serverless Security
Apache License 2.0
400 stars 69 forks source link

LambdaGuard doesn't support running in multi-region #20

Closed nimrodkor closed 4 years ago

nimrodkor commented 4 years ago

Currently, region is one of the parameters inputted, with the default being eu-west-1 . I think a better approach is if region isn't specified - scan all available regions. I think a list which covers most of the cases can be created statically, and a dynamic list can probably be queried somehow.

adeptex commented 4 years ago

Hey @nimrodkor good idea! Will see to add it in the future release

adeptex commented 4 years ago

This will be added once https://github.com/Skyscanner/LambdaGuard/pull/25 is merged

Cheers and thanks for the contribution @nimrodkor