From cf8e94ce06017032b16feb570b2108f76966b31d Mon Sep 17 00:00:00 2001 From: David Jackson Date: Mon, 13 Apr 2020 20:46:00 +0100 Subject: [PATCH] minor readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef01b00..a96888b 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ cd /bin ./spf-build-aws.sh -e dev -c -d ``` -Alternatively, you can build/deploy invidual framework components as described in the sections that follow below. +This script will build the three main components for AWS in parallel (so expect a mix of output during the build): SPF API, AWS Test Functions and AWS Logger (the glue between the test functions and the SPF API which stores the results). Additionally, you can (re)build/deploy invidual framework components as described in the sections that follow below. ## Build and Deploy - AWS Test Functions This section describes how to re-build and re-deploy the individual target test functions only. These are contained in the folder "/aws-test/". For example, the AWS test for nodejs12x is located in "/aws-test/aws-service-nodejs12x". There is a single serverless yml file and associated build/remove shell scripts that are used to define and deploy all the aws empty test functions in the "aws-test" directory. Note, as with all build/remove scripts, there is also a "-prod" version to deploy the prod-stage tables/functions/api.