SAM API must have data cache enabled
Method cache encryption ensures that any sensitive data in the cache is not vulnerable to compromise in the event of interception
Impact
Recommended Actions
Follow the appropriate remediation steps below to resolve the issue.
Enable cache encryption
1
2
3
4
5
6
7
8
|
Resources:
GoodExample:
Type: AWS::Serverless::Api
Properties:
MethodSettings:
CacheDataEncrypted: true
Name: Good SAM API example
StageName: Prod
|
Links