Export AWS CloudFormation templateedit

You can use Functionbeat to export an AWS CloudFormation template then use the template with automation software to deploy Functionbeat code to your cloud environment.

After configuring Functionbeat, use the following command to export the CloudFormation template:

linux and mac:

./functionbeat export function FUNCTION_NAME

win:

.\functionbeat.exe export function FUNCTION_NAME

Functionbeat writes the CloudFormation template to stdout. Modify the template to work with your infrastructure.