Ensure that Serverless API With Content-Encoding
Risk Level: medium
Platform: AWS Serverless
Spectral Rule ID: SLFW005
REMEDIATION
In provider.apiGateway, set minimumCompressionSize be between 0 and 10485760
service: my-service
frameworkVersion: '2'
provider:
name: aws
apiGateway:
- minimumCompressionSize: 10485761
+ minimumCompressionSize: 1024Read more:
Updated 7 months ago