aws-samples / aws-samples/aws-securityhub-to-slack

JSON key error in Lambda function

Open
#7 0 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.