diff --git a/aws-ecs-tutorial/README.md b/aws-ecs-tutorial/README.md index 77b076c..eabf06b 100644 --- a/aws-ecs-tutorial/README.md +++ b/aws-ecs-tutorial/README.md @@ -1,4 +1,4 @@ -# Create an AWS ECS BYOC App +# Create an AWS ECS App This project contains sample code for our [Create an AWS ECS App](https://docs.nuon.co/tutorials/aws-ecs-app-tutorial) guide on our [docs site](https://docs.nuon.co/). diff --git a/aws-eks-tutorial/README.md b/aws-eks-tutorial/README.md index 6f327d5..e820ca6 100644 --- a/aws-eks-tutorial/README.md +++ b/aws-eks-tutorial/README.md @@ -1,4 +1,4 @@ -# Create an AWS EKS BYOC App +# Create an AWS EKS App This project contains sample code for our [Create an AWS EKS App](https://docs.nuon.co/tutorials/aws-eks-app-tutorial) guide on our [docs site](https://docs.nuon.co/). diff --git a/aws-lambda-tutorial/README.md b/aws-lambda-tutorial/README.md new file mode 100644 index 0000000..5f0a850 --- /dev/null +++ b/aws-lambda-tutorial/README.md @@ -0,0 +1,5 @@ +# Create an AWS Lambda App + +This project contains sample code for our [Create an AWS Lambda App](https://docs.nuon.co/tutorials/aws-lambda-app-tutorial) guide on our [docs site](https://docs.nuon.co/). + +The [./terraform-app-config](./terraform-app-config) directory contains a sample Terraform project for creating an EKS app. The [./components](./components) directory contains the components the app consists of.