funktor 0.7.12 → 0.7.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/Gemfile.lock +2 -2
 - data/funktor-testapp/funktor_config/resources/cloudwatch_dashboard.yml +238 -727
 - data/funktor-testapp/funktor_init.yml +6 -0
 - data/lib/funktor/cli/init.rb +4 -0
 - data/lib/funktor/cli/templates/funktor_config/resources/cloudwatch_dashboard.yml +29 -373
 - data/lib/funktor/cli/templates/funktor_init.yml.tt +4 -0
 - data/lib/funktor/version.rb +1 -1
 - metadata +1 -1
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 3ef1dccf0d003ae1f2d0e49510fbd0d74e217da8e2d3cad4755479a9fe6b755d
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 831e6e3dc4bcf672be72abd725079867a686e12fac99f78a40f7530bbd7a1610
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: b00b1bffd78e220e063b3d68e4e7011fda7b5f78e597b21f1ff63e78f0e8c67051cd65a0a00e4f01d038529de76c39bd40d919cadf8336adfa5a79a9184bacd1
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: fb093bca1774e4c6e6d2ff7a750d1d413c56600d3fd3c6fbc7f841bd434daabe38c8fbb72acf20d912745cdd5b1d7400c8c755b5b839d5bfc1aa4a64b0c59bf4
         
     | 
    
        data/Gemfile.lock
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            PATH
         
     | 
| 
       2 
2 
     | 
    
         
             
              remote: .
         
     | 
| 
       3 
3 
     | 
    
         
             
              specs:
         
     | 
| 
       4 
     | 
    
         
            -
                funktor (0.7. 
     | 
| 
      
 4 
     | 
    
         
            +
                funktor (0.7.15)
         
     | 
| 
       5 
5 
     | 
    
         
             
                  activesupport
         
     | 
| 
       6 
6 
     | 
    
         
             
                  aws-sdk-dynamodb (~> 1.62)
         
     | 
| 
       7 
7 
     | 
    
         
             
                  aws-sdk-sqs (~> 1.37)
         
     | 
| 
         @@ -22,7 +22,7 @@ GEM 
     | 
|
| 
       22 
22 
     | 
    
         
             
                addressable (2.8.0)
         
     | 
| 
       23 
23 
     | 
    
         
             
                  public_suffix (>= 2.0.2, < 5.0)
         
     | 
| 
       24 
24 
     | 
    
         
             
                aws-eventstream (1.2.0)
         
     | 
| 
       25 
     | 
    
         
            -
                aws-partitions (1. 
     | 
| 
      
 25 
     | 
    
         
            +
                aws-partitions (1.589.0)
         
     | 
| 
       26 
26 
     | 
    
         
             
                aws-sdk-core (3.131.0)
         
     | 
| 
       27 
27 
     | 
    
         
             
                  aws-eventstream (~> 1, >= 1.0.2)
         
     | 
| 
       28 
28 
     | 
    
         
             
                  aws-partitions (~> 1, >= 1.525.0)
         
     |