HIGH
Source
Trivy
ID
AVD-AWS-0121

SAM Simple table must have server side encryption enabled.

Encryption should be enabled at all available levels to ensure that data is protected if compromised.

Impact

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