A newer version is available. For the latest information, see the
current release documentation.
Export AWS CloudFormation template
editExport AWS CloudFormation template
editYou 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.