Compression not working in Offline mode

Hi,

Does lambda response compression works in offline mode? Following is snippet of my serverless file and I did not see it working from Postman

provider:
name: aws
runtime: nodejs8.10
apiGateway:
restApi:
minimumCompressionSize: 1 # in MB

Thank you

Nilesh