Skip to content

Conversation

@myrkytyn
Copy link
Contributor

@myrkytyn myrkytyn commented Nov 26, 2025

Description

Adds documentation and a working example for using authorization_type = "AWS_IAM" with API Gateway HTTP APIs. This includes:

  • A new route example in examples/complete-http/main.tf demonstrating AWS_IAM authorization
  • Updated main README.md with a concise AWS_IAM usage example

Motivation and Context

Closes #86

I was struggling to understand how to configure AWS_IAM authorization for API Gateway routes. The existing documentation didn't include any examples of this authorization type, making it unclear how to set up the route with authorization_type IAM.

Breaking Changes

None - this is a documentation-only enhancement.

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

@bryantbiggs bryantbiggs merged commit 7a5b880 into terraform-aws-modules:master Nov 26, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add iam auth to api gateway HTTP using terraform api gateway module

2 participants