Skip to content
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

Add support for retrieving dynamodb resources #28

Merged
merged 1 commit into from Oct 6, 2015

Conversation

willyhoang
Copy link

Added a new namespace option to gather dynamodb resources (table names).

Added a new namespace option to gather dynamodb resources (table names).
@@ -178,6 +184,7 @@ def list_kinesis_applications(region, filter_by_kwargs):
'asg': list_autoscaling_group,
'sqs': list_sqs,
'kinesisapp': list_kinesis_applications,
'dynamodb': list_dynamodb
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a big deal, but in Python, I add trailing commas so future commits don't have to touch this line.

@crccheck
Copy link
Owner

crccheck commented Oct 2, 2015

sweet. I'll check this out soon.

update: lost track of time, sorry.

crccheck added a commit that referenced this pull request Oct 6, 2015
Add support for retrieving dynamodb resources
@crccheck crccheck merged commit 22de4df into crccheck:master Oct 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants