This guide walks you through packaging an application with the Nuon CLI into a Nuon App Config and deploying it as an Install to an AWS cloud account. Nuon supports Azure and soon Google Cloud, but to keep it simple, this guide focuses on AWS.

Choose A Sample App

Choose from the following options to get started:
  • aws-lambda: A Lambda function with DynamoDB and API Gateway
  • eks-simple: An AWS Kubernetes Traefik whoami application
These App Configs can be found in Nuon’s GitHub repository.

Other App Configs to Explore

For more App Config examples, clone the example-app-configs repository. Then run the following commands:
brew install nuonco/tap/nuon
nuon login
cd example-app-configs/<app directory>
nuon apps create --name <app directory>
nuon apps sync
Example App Configs:

Prerequisites