Functionbeat reached End of Support on October 18, 2023. You must consider
moving your deployments to the more versatile and efficient Elastic Serverless
Forwarder.
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.