A file filter utility to replace placeholders
param-filter
This simply replaces placeholders in files using supported parameter stores.
Input Example:
Hello, my name is ${env.USER}
Example Output:
Hello, my name is Bob
Useage
java -jar param-filter.jar --input=<INPUT_FILE> --output=<OUTPUT_FILE>
Supported Parameter Stores
Environment Variables
Format: ${env.name}
AWS SSM Paramiters
Format: ${aws.name}