-
Notifications
You must be signed in to change notification settings - Fork 40
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, added a few nits
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would add the following APIs
https://docs.aws.amazon.com/waf/latest/DDOSAPIReference/API_DescribeSubscription.html)
https://docs.aws.amazon.com/waf/latest/DDOSAPIReference/API_ListProtectionGroups.html
https://docs.aws.amazon.com/waf/latest/DDOSAPIReference/API_ListAttacks.html <- would fetch only last 24 hours
Also seems that resource missing is ShieldRegional API |
74fc3dd
to
cd6cd6c
Compare
# Conflicts: # resources/provider/migrations/postgres/29_v0.11.3.down.sql # resources/provider/migrations/postgres/29_v0.11.3.up.sql # resources/provider/migrations/timescale/29_v0.11.3.down.sql # resources/provider/migrations/timescale/29_v0.11.3.up.sql
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, had some comments, should open issue on missing API call, would verify the tag APIs on resources.
# Conflicts: # resources/provider/migrations/postgres/29_v0.11.3.down.sql # resources/provider/migrations/postgres/29_v0.11.3.up.sql # resources/provider/migrations/timescale/29_v0.11.3.down.sql # resources/provider/migrations/timescale/29_v0.11.3.up.sql
f324d98
to
58107e0
Compare
# Conflicts: # resources/provider/migrations/postgres/29_v0.11.3.down.sql # resources/provider/migrations/timescale/29_v0.11.3.down.sql # resources/provider/migrations/timescale/29_v0.11.3.up.sql
61d3de4
to
86739a5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Shield regional is skipped cause of lack of documentation.
e2e is skipped because of high cost of infrastructure.
closes #623