I couldn't find pulumi/aws support for Lex, more s...
# general
m
I couldn't find pulumi/aws support for Lex, more specifically I am looking to use the start import https://docs.aws.amazon.com/lex/latest/dg/API_StartImport.html as part of my environment. If this isn't supported, is there a way for me to do the import using the aws client as part of my pulumi deployment and manage it as part of my pulumi stack? And another small question, can I use the pulumi.asset modules to generate the SmartImport payload? which requires a zip archive with a json file.? Thanks for the guidance,