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
Data stored in the table that is unencrypted may be vulnerable to compromise
Recommended Actions
Follow the appropriate remediation steps below to resolve the issue.
Enable server side encryption
1
2
3
4
5
6
7
8
9
10
11
12
---AWSTemplateFormatVersion:"2010-09-09"Description:A sample templateAWSTemplateFormatVersion:2010-09-09Description:Good Example of SAM TableResources:GoodFunction:Type:AWS::Serverless::SimpleTableProperties:TableName:GoodTableSSESpecification:SSEEnabled:true