{"library":"sceptre-file-resolver","title":"Sceptre File Resolver","description":"Sceptre resolver to retrieve file content and inject it into CloudFormation templates. Version 1.0.6 is the latest stable release (last updated 2022). Low maintenance project.","language":"python","status":"maintenance","last_verified":"Mon Apr 27","install":{"commands":["pip install sceptre-file-resolver"],"cli":null},"imports":["from sceptre_file_resolver import FileContent as FileResolver"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from sceptre_file_resolver import FileContent as FileResolver\n\n# Example usage within Sceptre config\n# In config.yaml:\n#   parameters:\n#     my_param: !file_content path/to/file.txt\n\n# The resolver reads file content and returns it as a string.\nfile_path = \"/path/to/file.txt\"\nresolver = FileResolver()\ncontent = resolver.resolve(file_path=file_path)\nprint(content)","lang":"python","description":"Instantiate the FileContent resolver and use it to read a file's content.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}