Skip to main content

Summary

Congratulations on building your very first Wing application. We hope that this guide was helpful in demonstrating the power of the abstractions the Wing Language.

A quick recap

Let's quickly walk through everything we've done together:

  1. We've written a simple Hello, World! program.
  2. We've explored and interacted with our app through the Wing Console.
  3. We've learned about compilation targets and compiled our app to Terraform/AWS, deployed it into an AWS account and used through the AWS Management Console.
  4. Finally we've compiled our program to the sim target, which created a simulated version of our entire cloud application, and loaded it into an instance of the Simulator class and interacted with the simulator programmatically through the Node.js REPL.

What's next?

Here's some recommended reading: