I tried using io-ts but have run into the issues a...
# general
h
I tried using io-ts but have run into the issues around how modules get packaged (https://github.com/pulumi/pulumi-aws/issues/249). Unfortunately, using an
await import
doesn’t work well as you typically declare your io-ts types globally. Also the
cloud-aws:functionIncludePackages: io-ts
doesn’t seem to change anything. Should I look at using custom packaging and import the assets or is there any other approaches I could try?