Build and Publish on lambda from Github Actions
Trying to send my TRPC API on Lambda AWS + API Gateway. I have follow the documentation.
But now how can i build and publish to lambda from my github ?
I know it's not directly related to TRPC but i'm kinda lost on how to create a zip file on github actions and send it to Lambda AWS .
If someone can help 🙂
Ps : There is an error in the documentation : APIGatewayProxyEvent is not available in the package trpc/server/adapters/aws-lambda
We have to use APIGatewayEvent
2 Replies