aws-samples / aws-samples/aws-securityhub-to-slack
JSON key error in Lambda function
Open
- Dominant language
- No language data
- Stars
- 60
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
Line 43 of the Lambda function has a casing issue.
Line 43: "const findingTime = message.detail.findings[0].updatedAt;\n",
should be
Line 43: "const findingTime = message.detail.findings[0].UpdatedAt;\n",
Contributor guide
Assessment
This issue has not been assessed yet.