Local Velocity Template execution environment for API Gateway. It includes additional API Gateway Mapping Template Variables for testing purposes.
.
├── build.gradle <-- Build Spec used to build this project in CodeBuild
├── gradlew <-- Shell script for executing the build with the Gradle Wrapper
├── gradlew.bat <-- Windows batch script for executing the build with the Gradle Wrapper
├── LICENSE.txt <-- License file
├── README.md <-- This instructions file
├── settings.gradle <-- Gradle settings file
├── gradle <-- Gradle directory
│ └── wrapper <-- Contains the JAR file and configuration of the Gradle Wrapper
└── src <-- Java source code