{"id":18524521,"url":"https://github.com/stelligent/empty-stack","last_synced_at":"2025-04-09T12:30:54.418Z","repository":{"id":43724664,"uuid":"286767573","full_name":"stelligent/empty-stack","owner":"stelligent","description":"Creating an empty stack in cloudformation to reduce the errors on creation.","archived":false,"fork":false,"pushed_at":"2022-02-21T16:05:48.000Z","size":17,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-24T05:26:40.962Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stelligent.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-11T14:35:01.000Z","updated_at":"2022-11-21T20:28:16.000Z","dependencies_parsed_at":"2022-08-21T22:20:18.732Z","dependency_job_id":null,"html_url":"https://github.com/stelligent/empty-stack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stelligent%2Fempty-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stelligent%2Fempty-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stelligent%2Fempty-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stelligent%2Fempty-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stelligent","download_url":"https://codeload.github.com/stelligent/empty-stack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248040088,"owners_count":21037813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T17:42:12.857Z","updated_at":"2025-04-09T12:30:52.718Z","avatar_url":"https://github.com/stelligent.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# empty-stack\nThis repository was created to support a blog article about removing errors on CloudFormation stack creation.\nBy creating a stack with no infrastructure (an empty stack), then updating the stack with infrastructure, the stack will never be in a state where a stack cannot be updated. Thus, all errors are moved from the creation process to the update process, which currently has a much more robust rollback process.\n\nThe `slt.sh` file is to assist with linting and security best practices. `slt` stands for Scan and Lint Template.\n\n## Installation\nDownload requirements:\n```\npip install -r requirements.txt\n```\n\n## Example usage\n\nExample usage without parameters file:\n```\npython3 empty_stack.py --name test-vpc --template vpc.yaml\n```\n\nExample usage with parameters file:\n```\npython3 empty_stack.py --name test-vpc --template vpc.yaml --parameters params.json\n```\n\nExample usage to just create the stack without infrastructure:\n```\npython3 empty_stack.py --name test-vpc\n```\n\nExample usage with iam capabilites required:\n```\npython3 empty_stack.py --name test-vpc --template vpc.yaml --iam\n```\n\nExample usage with aws-vault:\n```\naws-vault exec your_profile -- python3 empty_stack.py --name test-vpc\n```\n\n## Further documentation\n\n* Please see [boto3's documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html) on where credentials are pulled from.\n* cfn-lint: [github](https://github.com/aws-cloudformation/cfn-python-lint)\n* cfn_nag: [github](https://github.com/stelligent/cfn_nag) and [blog article](https://stelligent.com/2018/03/23/validating-aws-cloudformation-templates-with-cfn_nag-and-mu/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstelligent%2Fempty-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstelligent%2Fempty-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstelligent%2Fempty-stack/lists"}