Method: Jets::Stack::Function#base_search_expression
- Defined in:
- lib/jets/stack/function.rb
#base_search_expression ⇒ Object
50 51 52 53 54 55 |
# File 'lib/jets/stack/function.rb', line 50 def base_search_expression attributes = @template.values.first handler = attributes['Properties']['Handler'] handler.split('.')[0..-2].join('.') + '.*' # search_expression # Example: handlers/shared/functions/jets/s3_bucket_config.* end |