Skip to main content

Development of a Paper Summary Service Implemented with AWS Serverless

· 13 min read
Doyul Kim, Ian
Cloud Engineer @STCLab, Wave Autoscale Team

0.png

Through a three-week collaborative project conducted at the NIPA AWS Developer Bootcamp, we developed a medical paper summarization service.

In this article, we'll share practical examples of technical decisions and areas for improvement during service implementation.

macOS Sequoia has blocked keyboard shortcuts.

· 3 min read
Doyul Kim, Ian
Cloud Engineer @STCLab, Wave Autoscale Team

macOS Sequoia has blocked a keyboard shortcut combination frequently used by developers for security reasons. Shortcuts that use only the Option (⌥) and Shift (⇧) keys no longer work as in the RegisterEventHotkey API.

:::warning[TL;DR]

  • When registering a shortcut that uses only Option+Shift, an error -9868 occurs.
  • Although the goal is to prevent keylogging malware, it is actually normal apps that are being affected.
  • For now, you'll need to use a new combination that adds the Command or Control key.
  • Apple's own apps are not subject to this restriction.

:::