Skip to content

Instantly share code, notes, and snippets.

@fbrnc
Created October 31, 2015 05:07
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fbrnc/31968df1a3342b82bfd1 to your computer and use it in GitHub Desktop.
Save fbrnc/31968df1a3342b82bfd1 to your computer and use it in GitHub Desktop.
CloudFormation File Helper
<?php
echo '{"Fn::Base64": {"Fn::Join": ["\n", ' . json_encode(file($argv[1], FILE_IGNORE_NEW_LINES), JSON_PRETTY_PRINT) . ']}}';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment