Skip to content

feature: added AppSyncLambdaAuthorizer#642

Open
Yummy-Yums wants to merge 5 commits into
typelevel:mainfrom
Yummy-Yums:AppSyncEvent
Open

feature: added AppSyncLambdaAuthorizer#642
Yummy-Yums wants to merge 5 commits into
typelevel:mainfrom
Yummy-Yums:AppSyncEvent

Conversation

@Yummy-Yums

@Yummy-Yums Yummy-Yums commented Mar 16, 2026

Copy link
Copy Markdown

#48 : adds AWS Lambda event type AppSynclambdaAuthorizer

@Yummy-Yums

Copy link
Copy Markdown
Author

@armanbilge pleas review

@Yummy-Yums Yummy-Yums changed the title feature: added AppSynclambdaAuthorizer feature: added AppSyncLambdaAuthorizer Jun 19, 2026

@Chingles2404 Chingles2404 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Thanks for your hard work!

@armanbilge armanbilge left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, noticed one thing!

sealed abstract class AppSyncLambdaAuthorizerEvent {
def authorizationToken: String
def requestContext: AppSyncRequestContext
def requestHeaders: Map[String, String]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If these are HTTP headers, we can use CIString because they are case-insensitive.

Suggested change
def requestHeaders: Map[String, String]
def requestHeaders: Map[CIString, String]

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.

3 participants