chalice/package.py [694:699]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            'BatchSize': resource.batch_size,
            'StartingPosition': resource.starting_position,
            'MaximumBatchingWindowInSeconds':
                resource.maximum_batching_window_in_seconds,
        }
        function_cfn['Properties']['Events'] = {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



chalice/package.py [715:720]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            'BatchSize': resource.batch_size,
            'StartingPosition': resource.starting_position,
            'MaximumBatchingWindowInSeconds':
                resource.maximum_batching_window_in_seconds,
        }
        function_cfn['Properties']['Events'] = {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



