Hello, Do you know where I can find a project that...
# aws
c
Hello, Do you know where I can find a project that deploy an AWS API Gateway (Typescript) + 1 Dynamodb table + 1 lambda (Typescript) which would do CRUD on this Dynamodb table. And
pulumi up
which builds and deploys the whole thing including the creation of the lambda zip. I tried to do it on my own but I couldn't do it, I have module not found errors, I don't understand.