-
Notifications
You must be signed in to change notification settings - Fork 4
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And this to APIGatewayV2LambdaFunction
?
No description provided.