Skip to content

Instantly share code, notes, and snippets.

@MasahiroKawahara
Created September 27, 2022 00:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MasahiroKawahara/f05fac9a312e209258d68bd06b05aed7 to your computer and use it in GitHub Desktop.
Save MasahiroKawahara/f05fac9a312e209258d68bd06b05aed7 to your computer and use it in GitHub Desktop.
EventBridge API Destinationsを使ってGuardDuty検知をBacklogに自動起票してみた
backlog_issues_url = "https://xx.backlog.jp/api/v2/issues?apiKey=abcdefghijklmn"
backlog_project_id = "1234567890"
backlog_issue_type_id = "1234567890"
backlog_priority_id = "3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment