# Functions
CreateZip creates a zip archive containing all files and folders except: - .git - .gitignore - greengrass-build/ - recipe.yaml - gdk-config.json.
FillRecipe fills the recipe.yaml with the data from gdk-config.`json` TO escape, use \{COMPONENT_NAME\} it replaces fallowing items: {COMPONENT_NAME} -> name from gdk-config.`json` {COMPONENT_VERSION} -> version from gdk-config.`json` {COMPONENT_AUTHOR} -> author from gdk-config.`json` {BUCKET} -> bucket from gdk-config.`json` {REGION} -> region from gdk-config.`json`.