aws / aws-toolkit-jetbrains

AWS Toolkit for JetBrains - a plugin for interacting with AWS from JetBrains IDEs
https://plugins.jetbrains.com/plugin/11349-aws-toolkit
Apache License 2.0
730 stars 197 forks source link

Filter objects synced to AWS IDE #1561

Open mchassy opened 4 years ago

mchassy commented 4 years ago

Filter synced objects in IDE

A given region may have many lambda functions defined, but the AWS login simply allows one to see all objects in the region. It would be interesting to be able to set basic a basic regex filter as to what appears in the object navigator.

justinmk3 commented 4 years ago

This seems like a natural application of AWS tags. Toolkits should be able to filter any resources (not only lambdas) by tag.