aws-solutions/simple-file-manager-for-amazon-efs

Add Meta Data to api CFN Template for suppressing CFN nag.

eggoynes opened this issue · 1 comments

Use the following file.

source/api/external_resources.json


deployment/global-s3-assets/file-manager-api-stack.template

| WARN W58
|
| Resources: ["APIHandler"]
| Line Numbers: [-1]
|
| Lambda functions require permission to write CloudWatch Logs

| WARN W89
|
| Resources: ["APIHandler"]
| Line Numbers: [-1]
|
| Lambda functions should be deployed inside a VPC

| WARN W92
|
| Resources: ["APIHandler"]
| Line Numbers: [-1]
|
| Lambda functions should define ReservedConcurrentExecutions to reserve simultaneous executions
Failures count: 0
Warnings count: 3

Closed by my PR #137