-
Notifications
You must be signed in to change notification settings - Fork 156
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
Update AWS integration endpoints #274
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.
A few nits on the docstrings. I realize it's the case for all the other accessors, but let's start to be accurate 🙂
return false | ||
} | ||
|
||
// SetLambdaARN allocates a new i.LambdaARN and returns the pointer to it. |
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.
Doesn't allocate anything nor return anything.
// SetLambdaARN allocates a new i.LambdaARN and returns the pointer to it. | |
// SetLambdaARN set LambdaARN to point to the given string. |
return false | ||
} | ||
|
||
// SetAccountID allocates a new i.AccountID and returns the pointer to it. |
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.
Doesn't allocate anything nor return anything.
// SetAccountID allocates a new i.AccountID and returns the pointer to it. | |
// SetAccountID set AccountID to point to the given string. |
return false | ||
} | ||
|
||
// SetLambdaARN allocates a new i.LambdaARN and returns the pointer to it. |
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.
Doesn't allocate anything nor return anything.
// SetLambdaARN allocates a new i.LambdaARN and returns the pointer to it. | |
// SetLambdaARN set LambdaARN to point to the given string. |
return false | ||
} | ||
|
||
// SetAccountID allocates a new i.AccountID and returns the pointer to it. |
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.
Doesn't allocate anything nor return anything.
// SetAccountID allocates a new i.AccountID and returns the pointer to it. | |
// SetAccountID set AccountID to point to the given string. |
return false | ||
} | ||
|
||
// SetAccountID allocates a new i.AccountID and returns the pointer to it. |
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.
Doesn't allocate anything nor return anything.
// SetAccountID allocates a new i.AccountID and returns the pointer to it. | |
// SetAccountID set AccountID to point to the given string. |
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.
The integrations.go
file is starting to be crowded.
Could we use a Facade pattern to delegate service integrations to their own files? I am not sure if we can do so without breaking backward compatibility.
Also, maybe we should add unit tests to make sure object struct match jsons returned by the API.
this was generated by the command |
Okay since this is all autogenerated, changing this is not for the scope of this PR IMO. |
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.
Approving, and tagging @bkabrda for a final review and merge
Indeed, you're right. Thank you for the review |
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.
Hey, thanks a lot for this PR! I only have one minor comment that should be addressed and then we can go ahead and merge this.
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 now, merging. Thanks a lot for your PR!
Add a few missing AWS integration endpoints