📄️ Terraform Backends
When you run Terraform for the first time, it creates a file known as the terraform.tfstate. This is a JSON format file that records mapping between your resources in the configuration files and the real resources in the infrastructure provider. By default, Terraform uses a local backend which stores state files on your local filesystem. This is known as the "local" state.
📄️ CI/CD
Wing supports compilation to various targets including tf-aws, tf-azure, and tf-gcp. After compilation, Wing does not impose a specific deployment method for your infrastructure. Its Terraform target compatibility ensures that nearly all existing services can be utilized for deployment, offering considerable flexibility to choose the approach best aligned with your organizational needs or preferences.
📄️ React, Vite & Websockets
In this guide, we will build a simple web application with React for our frontend and Wing for our backend.
📄️ Building a Private API Gateway in AWS with Winglang
A step by step guid to build a private API Gateway in an AWS VPC with Winglang