My goal is to pull lambda's from a separate git re...
# typescript
a
My goal is to pull lambda's from a separate git repo based on a git tag, and upload them via pulumi. Are there examples of using https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/pulumi/asset/ to do that? It'd be pretty great to avoid having to figure out a git subshell or some random ts module.