This is an example of a Wing application that translates documents to multiple languages using GPT-4o.
It can run locally in the Wing Simulator:
wing runIt can be deployed to AWS through Terraform:
wing compile -t tf-aws
terraform -chdir=target/main.tfaws init
terraform -chdir=target/main.tfaws applyOr it can be deployed to AWS using the AWS CDK:
npx cdk deploy- GCP and Azure support requires
cloud.Secretimplementation for these platforms (#2178, #2179). - CloudFront issue when deploying using AWS CDK
MIT.