diff --git a/sample-apps/blank-csharp/README.md b/sample-apps/blank-csharp/README.md index 75006ae5..230e901d 100644 --- a/sample-apps/blank-csharp/README.md +++ b/sample-apps/blank-csharp/README.md @@ -14,7 +14,15 @@ Use the following instructions to deploy the sample application. For more inform - [.NET Core SDK 3.1](https://dotnet.microsoft.com/download/dotnet-core/3.1) - [AWS extensions for .NET CLI](https://github.com/aws/aws-extensions-for-dotnet-cli) - The Bash shell. For Linux and macOS, this is included by default. In Windows 10, you can install the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to get a Windows-integrated version of Ubuntu and Bash. -- [The AWS CLI v1](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html). +- [The AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) v1.17 or newer. + +If you use the AWS CLI v2, add the following to your [configuration file](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) (`~/.aws/config`): + +``` +cli_binary_format=raw-in-base64-out +``` + +This setting enables the AWS CLI v2 to load JSON events from a file, matching the v1 behavior. # Setup Download or clone this repository. diff --git a/sample-apps/blank-go/README.md b/sample-apps/blank-go/README.md index fc097d12..7a762a0e 100644 --- a/sample-apps/blank-go/README.md +++ b/sample-apps/blank-go/README.md @@ -13,7 +13,15 @@ Use the following instructions to deploy the sample application. # Requirements - [Go executable](https://golang.org/dl/). - The Bash shell. For Linux and macOS, this is included by default. In Windows 10, you can install the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to get a Windows-integrated version of Ubuntu and Bash. -- [The AWS CLI v1](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html). +- [The AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) v1.17 or newer. + +If you use the AWS CLI v2, add the following to your [configuration file](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) (`~/.aws/config`): + +``` +cli_binary_format=raw-in-base64-out +``` + +This setting enables the AWS CLI v2 to load JSON events from a file, matching the v1 behavior. # Setup Download or clone this repository. diff --git a/sample-apps/blank-java/README.md b/sample-apps/blank-java/README.md index ec93d04d..c5d8130d 100644 --- a/sample-apps/blank-java/README.md +++ b/sample-apps/blank-java/README.md @@ -17,7 +17,15 @@ Use the following instructions to deploy the sample application. - [Java 8 runtime environment (SE JRE)](https://www.oracle.com/java/technologies/javase-downloads.html) - [Gradle 5](https://gradle.org/releases/) or [Maven 3](https://maven.apache.org/docs/history.html) - The Bash shell. For Linux and macOS, this is included by default. In Windows 10, you can install the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to get a Windows-integrated version of Ubuntu and Bash. -- [The AWS CLI v1](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html). +- [The AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) v1.17 or newer. + +If you use the AWS CLI v2, add the following to your [configuration file](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) (`~/.aws/config`): + +``` +cli_binary_format=raw-in-base64-out +``` + +This setting enables the AWS CLI v2 to load JSON events from a file, matching the v1 behavior. # Setup Download or clone this repository. diff --git a/sample-apps/blank-nodejs/README.md b/sample-apps/blank-nodejs/README.md index b1b0854d..9f0136d1 100644 --- a/sample-apps/blank-nodejs/README.md +++ b/sample-apps/blank-nodejs/README.md @@ -23,7 +23,15 @@ Use the following instructions to deploy the sample application. For an in-depth # Requirements - [Node.js 10 with npm](https://nodejs.org/en/download/releases/) - The Bash shell. For Linux and macOS, this is included by default. In Windows 10, you can install the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to get a Windows-integrated version of Ubuntu and Bash. -- [The AWS CLI v1](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html). +- [The AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) v1.17 or newer. + +If you use the AWS CLI v2, add the following to your [configuration file](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) (`~/.aws/config`): + +``` +cli_binary_format=raw-in-base64-out +``` + +This setting enables the AWS CLI v2 to load JSON events from a file, matching the v1 behavior. # Setup Download or clone this repository. diff --git a/sample-apps/blank-powershell/README.md b/sample-apps/blank-powershell/README.md index 03daf849..3bc829e9 100644 --- a/sample-apps/blank-powershell/README.md +++ b/sample-apps/blank-powershell/README.md @@ -15,7 +15,15 @@ Use the following instructions to deploy the sample application. - [.NET Core 3.1](https://www.microsoft.com/net/download) - [AWSLambdaPSCore module 2.0](https://www.powershellgallery.com/packages/AWSLambdaPSCore/2.0.0.0) - The Bash shell. For Linux and macOS, this is included by default. In Windows 10, you can install the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to get a Windows-integrated version of Ubuntu and Bash. -- [The AWS CLI v1](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html). +- [The AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) v1.17 or newer. + +If you use the AWS CLI v2, add the following to your [configuration file](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) (`~/.aws/config`): + +``` +cli_binary_format=raw-in-base64-out +``` + +This setting enables the AWS CLI v2 to load JSON events from a file, matching the v1 behavior. # Setup Download or clone this repository. diff --git a/sample-apps/blank-python/README.md b/sample-apps/blank-python/README.md index 19143adb..d33f2661 100644 --- a/sample-apps/blank-python/README.md +++ b/sample-apps/blank-python/README.md @@ -13,7 +13,15 @@ Use the following instructions to deploy the sample application. # Requirements - [Python 3.7](https://www.python.org/downloads/) - The Bash shell. For Linux and macOS, this is included by default. In Windows 10, you can install the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to get a Windows-integrated version of Ubuntu and Bash. -- [The AWS CLI v1](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html). +- [The AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) v1.17 or newer. + +If you use the AWS CLI v2, add the following to your [configuration file](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) (`~/.aws/config`): + +``` +cli_binary_format=raw-in-base64-out +``` + +This setting enables the AWS CLI v2 to load JSON events from a file, matching the v1 behavior. # Setup Download or clone this repository. diff --git a/sample-apps/blank-ruby/README.md b/sample-apps/blank-ruby/README.md index 9e5df80d..a34c89de 100644 --- a/sample-apps/blank-ruby/README.md +++ b/sample-apps/blank-ruby/README.md @@ -13,7 +13,15 @@ Use the following instructions to deploy the sample application. # Requirements - [Ruby 2.5](https://www.ruby-lang.org/en/downloads/) - The Bash shell. For Linux and macOS, this is included by default. In Windows 10, you can install the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to get a Windows-integrated version of Ubuntu and Bash. -- [The AWS CLI v1](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html). +- [The AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) v1.17 or newer. + +If you use the AWS CLI v2, add the following to your [configuration file](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) (`~/.aws/config`): + +``` +cli_binary_format=raw-in-base64-out +``` + +This setting enables the AWS CLI v2 to load JSON events from a file, matching the v1 behavior. # Setup Download or clone this repository. diff --git a/sample-apps/ec2-spot/README.md b/sample-apps/ec2-spot/README.md index b49d9c54..54c635ff 100644 --- a/sample-apps/ec2-spot/README.md +++ b/sample-apps/ec2-spot/README.md @@ -13,7 +13,15 @@ Use the following instructions to deploy the sample application. For more inform # Requirements - [.NET Core SDK 2.1](https://dotnet.microsoft.com/download/dotnet-core/2.1) - The Bash shell. For Linux and macOS, this is included by default. In Windows 10, you can install the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to get a Windows-integrated version of Ubuntu and Bash. -- [The AWS CLI v1](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html). +- [The AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) v1.17 or newer. + +If you use the AWS CLI v2, add the following to your [configuration file](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) (`~/.aws/config`): + +``` +cli_binary_format=raw-in-base64-out +``` + +This setting enables the AWS CLI v2 to load JSON events from a file, matching the v1 behavior. # Setup Download or clone this repository. diff --git a/sample-apps/efs-nodejs/README.md b/sample-apps/efs-nodejs/README.md index 0514ee1e..ba3252a1 100644 --- a/sample-apps/efs-nodejs/README.md +++ b/sample-apps/efs-nodejs/README.md @@ -30,7 +30,15 @@ To deploy the sample application, you need the following tools: - [Node.js 10 with npm](https://nodejs.org/en/download/releases/). - The Bash shell. For Linux and macOS, this is included by default. In Windows 10, you can install the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to get a Windows-integrated version of Ubuntu and Bash. -- [The AWS CLI v1](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html). +- [The AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) v1.17 or newer. + +If you use the AWS CLI v2, add the following to your [configuration file](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) (`~/.aws/config`): + +``` +cli_binary_format=raw-in-base64-out +``` + +This setting enables the AWS CLI v2 to load JSON events from a file, matching the v1 behavior. To run the sample application in AWS, you need permission to use Lambda and the following services. diff --git a/sample-apps/error-processor/README.md b/sample-apps/error-processor/README.md index 7ae0de8f..76fc4dbd 100644 --- a/sample-apps/error-processor/README.md +++ b/sample-apps/error-processor/README.md @@ -16,7 +16,15 @@ Use the following instructions to deploy the sample application. For more inform # Requirements - [Node.js 10 with npm](https://nodejs.org/en/download/releases/) - The Bash shell. For Linux and macOS, this is included by default. In Windows 10, you can install the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to get a Windows-integrated version of Ubuntu and Bash. -- [The AWS CLI v1](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html). +- [The AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) v1.17 or newer. + +If you use the AWS CLI v2, add the following to your [configuration file](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) (`~/.aws/config`): + +``` +cli_binary_format=raw-in-base64-out +``` + +This setting enables the AWS CLI v2 to load JSON events from a file, matching the v1 behavior. # Setup Download or clone this repository. diff --git a/sample-apps/java-basic/README.md b/sample-apps/java-basic/README.md index 8885600c..2eac0425 100644 --- a/sample-apps/java-basic/README.md +++ b/sample-apps/java-basic/README.md @@ -16,7 +16,15 @@ Use the following instructions to deploy the sample application. - [Java 8 runtime environment (SE JRE)](https://www.oracle.com/java/technologies/javase-downloads.html) - [Gradle 5](https://gradle.org/releases/) or [Maven 3](https://maven.apache.org/docs/history.html) - The Bash shell. For Linux and macOS, this is included by default. In Windows 10, you can install the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to get a Windows-integrated version of Ubuntu and Bash. -- [The AWS CLI v1](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html). +- [The AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) v1.17 or newer. + +If you use the AWS CLI v2, add the following to your [configuration file](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) (`~/.aws/config`): + +``` +cli_binary_format=raw-in-base64-out +``` + +This setting enables the AWS CLI v2 to load JSON events from a file, matching the v1 behavior. # Setup Download or clone this repository. diff --git a/sample-apps/java-events-v1sdk/README.md b/sample-apps/java-events-v1sdk/README.md index 3d9ab2ed..31e42f6d 100644 --- a/sample-apps/java-events-v1sdk/README.md +++ b/sample-apps/java-events-v1sdk/README.md @@ -18,7 +18,15 @@ Use the following instructions to deploy the sample application. - [Java 8 runtime environment (SE JRE)](https://www.oracle.com/java/technologies/javase-downloads.html) - [Gradle 5](https://gradle.org/releases/) or [Maven 3](https://maven.apache.org/docs/history.html) - The Bash shell. For Linux and macOS, this is included by default. In Windows 10, you can install the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to get a Windows-integrated version of Ubuntu and Bash. -- [The AWS CLI v1](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html). +- [The AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) v1.17 or newer. + +If you use the AWS CLI v2, add the following to your [configuration file](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) (`~/.aws/config`): + +``` +cli_binary_format=raw-in-base64-out +``` + +This setting enables the AWS CLI v2 to load JSON events from a file, matching the v1 behavior. # Setup Download or clone this repository. diff --git a/sample-apps/java-events/README.md b/sample-apps/java-events/README.md index 5b72d742..48533a0e 100644 --- a/sample-apps/java-events/README.md +++ b/sample-apps/java-events/README.md @@ -18,7 +18,15 @@ Use the following instructions to deploy the sample application. - [Java 8 runtime environment (SE JRE)](https://www.oracle.com/java/technologies/javase-downloads.html) - [Gradle 5](https://gradle.org/releases/) or [Maven 3](https://maven.apache.org/docs/history.html) - The Bash shell. For Linux and macOS, this is included by default. In Windows 10, you can install the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to get a Windows-integrated version of Ubuntu and Bash. -- [The AWS CLI v1](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html). +- [The AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) v1.17 or newer. + +If you use the AWS CLI v2, add the following to your [configuration file](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) (`~/.aws/config`): + +``` +cli_binary_format=raw-in-base64-out +``` + +This setting enables the AWS CLI v2 to load JSON events from a file, matching the v1 behavior. # Setup Download or clone this repository. diff --git a/sample-apps/list-manager/README.md b/sample-apps/list-manager/README.md index 53c8aef3..4caa983a 100644 --- a/sample-apps/list-manager/README.md +++ b/sample-apps/list-manager/README.md @@ -43,7 +43,15 @@ To deploy the sample application, you need the following tools: - [Node.js 10 with npm](https://nodejs.org/en/download/releases/). - The Bash shell. For Linux and macOS, this is included by default. In Windows 10, you can install the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to get a Windows-integrated version of Ubuntu and Bash. -- [The AWS CLI v1](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html). +- [The AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) v1.17 or newer. + +If you use the AWS CLI v2, add the following to your [configuration file](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) (`~/.aws/config`): + +``` +cli_binary_format=raw-in-base64-out +``` + +This setting enables the AWS CLI v2 to load JSON events from a file, matching the v1 behavior. To run the sample application in AWS, you need permission to use Lambda and the following services: diff --git a/sample-apps/nodejs-apig/README.md b/sample-apps/nodejs-apig/README.md index 15e689e4..65ff46c3 100644 --- a/sample-apps/nodejs-apig/README.md +++ b/sample-apps/nodejs-apig/README.md @@ -17,7 +17,15 @@ Use the following instructions to deploy the sample application. # Requirements - [Node.js 10 with npm](https://nodejs.org/en/download/releases/) - The Bash shell. For Linux and macOS, this is included by default. In Windows 10, you can install the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to get a Windows-integrated version of Ubuntu and Bash. -- [The AWS CLI v1](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html). +- [The AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) v1.17 or newer. + +If you use the AWS CLI v2, add the following to your [configuration file](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) (`~/.aws/config`): + +``` +cli_binary_format=raw-in-base64-out +``` + +This setting enables the AWS CLI v2 to load JSON events from a file, matching the v1 behavior. # Setup Download or clone this repository. diff --git a/sample-apps/rds-mysql/README.md b/sample-apps/rds-mysql/README.md index f0b73fc8..c1d82810 100644 --- a/sample-apps/rds-mysql/README.md +++ b/sample-apps/rds-mysql/README.md @@ -32,7 +32,15 @@ To deploy the sample application, you need the following tools: - [Node.js 10 with npm](https://nodejs.org/en/download/releases/). - The Bash shell. For Linux and macOS, this is included by default. In Windows 10, you can install the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to get a Windows-integrated version of Ubuntu and Bash. -- [The AWS CLI v1](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html). +- [The AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) v1.17 or newer. + +If you use the AWS CLI v2, add the following to your [configuration file](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) (`~/.aws/config`): + +``` +cli_binary_format=raw-in-base64-out +``` + +This setting enables the AWS CLI v2 to load JSON events from a file, matching the v1 behavior. To run the sample application in AWS, you need permission to use Lambda and the following services. diff --git a/sample-apps/s3-java/README.md b/sample-apps/s3-java/README.md index 1ddcd98d..431ac34e 100644 --- a/sample-apps/s3-java/README.md +++ b/sample-apps/s3-java/README.md @@ -17,7 +17,15 @@ Use the following instructions to deploy the sample application. - [Java 8 runtime environment (SE JRE)](https://www.oracle.com/java/technologies/javase-downloads.html) - [Gradle 5](https://gradle.org/releases/) or [Maven 3](https://maven.apache.org/docs/history.html) - The Bash shell. For Linux and macOS, this is included by default. In Windows 10, you can install the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to get a Windows-integrated version of Ubuntu and Bash. -- [The AWS CLI v1](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html). +- [The AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) v1.17 or newer. + +If you use the AWS CLI v2, add the following to your [configuration file](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) (`~/.aws/config`): + +``` +cli_binary_format=raw-in-base64-out +``` + +This setting enables the AWS CLI v2 to load JSON events from a file, matching the v1 behavior. # Setup Download or clone this repository.