Dave Sperling
Dave Sperling
* Support for SSML - thanks to @shamanskyh * Added SSML test cases * Support for Swift 4 - fix for Issue #1 by removing the use of templates (workaround)
I was attempting to compile this with Swift 4.0.3 and got a strange compiler error. No code changes were identified by the Swift conversion tool. Here is the updated Package.swift...
Port `aws-setup.sh` to a CloudFormation template. Setup would be a single aws cli call: ``` aws cloudformation create-stack --stack-name JMeter --template-body file://jmeter-vpc.yaml ```
Resolves #163.
Create a Docker image for: 1. Consistency across environments 2. Isolation of dependencies 3. Ease of deployment 4. Scalability