Has anyone found a workaround for reflect-metadata...
# help
r
Has anyone found a workaround for reflect-metadata not working in a lambda due to esbuild not supporting it with typescript?
Copy code
Error: Unable to infer GraphQL type from TypeScript reflection system. You need to provide explicit type for parameter #2 of
https://github.com/evanw/esbuild/issues/257 https://github.com/aws/aws-sam-cli/issues/3700
f
Hey @Rob N, can you achieve this using an esbuild plugin?
r
oh cool let me give that a goo thanks @Frank