The CFT Push Variable Broker is a Lambda function that handles retrieving and returning organization-specific variable keys and values to be used to set CFT parameters.
Input/Output | Type | Notes |
---|---|---|
Input | String | AWS region - See: CloudFormation Regions |
Output | Map<String, String> | Map of variable key to variable value |
The code for this broker is not available on GitHub because it is organization-specific. It must be implemented by each organization. Liberty Mutual used an interface provided by the AWS Lambda Java core library (aws-lambda-java-core) to create a Lambda function handler for the CFT Push Variable Broker.