Get Demo
Encryption should be enabled at all available levels to ensure that data is protected if compromised.
Follow the appropriate remediation steps below to resolve the issue.
Enable server side encryption
1 2 3 4 5 6 7
Resources: GoodFunction: Type: AWS::Serverless::SimpleTable Properties: SSESpecification: SSEEnabled: true TableName: GoodTable