Aws 4

How to configure AgentCore Gateway to target a private API Gateway in AWS

Issue #1059

Amazon Bedrock AgentCore Gateway turns existing APIs into MCP tools. Its built-in API Gateway target only works with public, REGIONAL or EDGE API Gateways, because it relies on API Gateway’s export-to-OpenAPI capability, which does …

How to use API Gateway with private endpoint in AWS

Issue #1058

When you set endpointConfiguration.types to PRIVATE on a REST API, API Gateway still hands you a default URL, something like https://q6t71pmdq7.execute-api.eu-north-1.amazonaws.com/prod. That URL just will not resolve anywhere outside …

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 …