I'm building a project with Azure Static Web Apps and the Python CDK for Terraform but I'm unsure how do I get the built app / static files onto the Cloud, I'd like to have my process streamlined so that everything gets done when running cdktf deploy
Using the Static Web Apps CLI this can be done, but it's not a Python library
swa deploy ./prod_static --env=production --deployment-token token
And the Terraform resource doesn't mention any deployment files as far as I can see
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/static_web_app
Is there some sort of Static Web Apps SDK?