Jakub Zygmunt

Results 3 comments of Jakub Zygmunt

Waiting for this feature to be added to the core

Updated the code ``` from sceptre.environment import Environment # change current directory os.chdir('..') SCEPTRE_DIR = os.path.join(os.getcwd()) env = Environment(SCEPTRE_DIR, "cr-lab") print(env) stack = env.stacks["ex_python"] print(stack) hook = S3PackageCICD(argument='functions/ex_python', environment_config=stack.environment_config, stack_config=stack.config,...