Aws 2

How to setup CORS for AWS API Gateway with Lambda

Issue #1051

You build an API on API Gateway backed by a Lambda, deploy it, then call it from your web app. The request fails before it even returns data:

Access to fetch at 'https://api.example.com/items' from origin …

How to install GitHub action runner on EC2 Mac

Issue #1002

I recently set up self-hosted runners on EC2 Mac instances for iOS builds. Here are my notes on what actually works—plus all the gotchas I hit along the way.

For complete official instructions, see GitHub’s guide on adding …