0xMazout
0xMazout10mo ago

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
No description
2 Replies
sachin
sachin10mo ago
can you do a PR to fix the docs?
0xMazout
0xMazout10mo ago
Yes when i'm sure it's working i will do it for sure