Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lambda runtime v2 #42

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

Lambda runtime v2 #42

wants to merge 9 commits into from

Conversation

adam-fowler
Copy link
Member

No description provided.

@adam-fowler adam-fowler requested a review from Joannis as a code owner January 7, 2025 08:29
Copy link
Member

@Joannis Joannis left a comment

Choose a reason for hiding this comment

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

I'm a big fan of how this has evolved!

@_documentation(visibility: internal) @available(*, unavailable, renamed: "LambdaFunction")
public typealias HBLambda = LambdaFunction
@_documentation(visibility: internal) @available(*, unavailable, renamed: "APIGatewayLambdaFunction")
public typealias HBAPIGatewayLambda = APIGatewayLambdaFunction
Copy link
Member

Choose a reason for hiding this comment

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

Can we forward this to APIGatewayLambdaFunction?

@_documentation(visibility: internal) @available(*, unavailable, renamed: "APIGatewayLambdaFunction")
public typealias HBAPIGatewayLambda = APIGatewayLambdaFunction
@_documentation(visibility: internal) @available(*, unavailable, renamed: "APIGatewayV2LambdaFunction")
public typealias HBAPIGatewayV2Lambda = APIGatewayV2LambdaFunction
Copy link
Member

Choose a reason for hiding this comment

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

And this to APIGatewayV2LambdaFunction?

@adam-fowler adam-fowler marked this pull request as draft January 7, 2025 17:25
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.

2 participants