Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.23 KB

CFT_Push_Variable_Broker_Setup.md

File metadata and controls

17 lines (12 loc) · 1.23 KB

CFT Push Variable Broker

Background

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.

Contract

Input/Output Type Notes
Input String AWS region - See: CloudFormation Regions
Output Map<String, String> Map of variable key to variable value

Setup

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.