-
Notifications
You must be signed in to change notification settings - Fork 109
Add table aws_cognito_user_group #2485
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
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.
Pull Request Overview
This PR adds support for an AWS Cognito User Group table to the project by introducing documentation, a new table definition in Go, and updating the plugin registration.
- Introduces a new documentation file with usage examples for aws_cognito_user_group
- Implements the table definition and related hydrate functions in a new Go file
- Updates the aws/plugin.go file to register the new table
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
docs/tables/aws_cognito_user_group.md | Adds documentation with examples for the aws_cognito_user_group table |
aws/table_aws_cognito_user_group.go | Implements the table definition and related API calls |
aws/plugin.go | Registers the new aws_cognito_user_group table in the plugin |
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.
Pull Request Overview
This PR introduces a new table for querying AWS Cognito User Groups, adds corresponding documentation, and registers the table with the plugin.
- Added a markdown file with table details and examples.
- Implemented the table definition including list and get functions in Go.
- Updated the plugin registration to include the new table.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
docs/tables/aws_cognito_user_group.md | Added documentation for the aws_cognito_user_group table with SQL query examples |
aws/table_aws_cognito_user_group.go | Introduced table definition, list and get functions for AWS Cognito User Groups |
aws/plugin.go | Registered the aws_cognito_user_group table with the plugin |
…plugin-aws into add-cognito-user-group
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.
@ParthaI please take a look at the review comments.
Thanks!!
Integration test logs
Logs
Example query results
Results