-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the Global Accelerator create/update module #97
base: main
Are you sure you want to change the base?
Implement the Global Accelerator create/update module #97
Conversation
return accelerator | ||
|
||
|
||
class GlobalAccelerator(object): |
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.
TBH I'm mad confused about where the various files for this repo live. Based on other modules here, it seems like this class should live somewhere else. I'm happy to move it if someone can point me in a direction
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.
Is this class needed for this module? These methods should be able to be moved into the module and called from main() based on the action the user is requesting.
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.
Thanks for this new module PR @TylerLubeck. This will need an integration test suite to be added at test/integration/global_accelerator, which will likely also need IAM policies added for our CI.
return accelerator | ||
|
||
|
||
class GlobalAccelerator(object): |
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.
Is this class needed for this module? These methods should be able to be moved into the module and called from main() based on the action the user is requesting.
* add FQCN to M() references * add missing one
SUMMARY
Implement the Global Accelerator create/update module for #94
This is largely modeled after the
elb_application_lb
moduleISSUE TYPE
COMPONENT NAME
global_accelerator