OpenFastTrace as a service using AWS Lambda and API Gateway
- Configure your AWS credentials in
~/.aws/credentials
- Copy
gradle.properties.template
togradle.properties
and adapt the settings for your environment:awsProfile
: the profile for your credentials used in~/.aws/credentials
awsDeployBucket
: an s3 bucket used for uploading artifacts during deploymentawsRegion
: the region where to deploy the application
- Run
./gradlew deploy
Run ./gradlew deploy
to deploy the application and create file test.properties
containing configuration for the system tests.