{"id":24012868,"url":"https://github.com/glassechidna/ssmcfn","last_synced_at":"2025-04-15T08:38:01.584Z","repository":{"id":84300306,"uuid":"84711523","full_name":"glassechidna/ssmcfn","owner":"glassechidna","description":"SSM Parameter Store custom resource for CloudFormation templates","archived":false,"fork":false,"pushed_at":"2018-08-13T23:18:39.000Z","size":3,"stargazers_count":52,"open_issues_count":2,"forks_count":15,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-28T18:11:31.043Z","etag":null,"topics":["aws","cloudformation","lambda"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/glassechidna.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-03-12T08:32:00.000Z","updated_at":"2024-01-03T14:14:39.000Z","dependencies_parsed_at":"2023-10-20T20:01:19.964Z","dependency_job_id":null,"html_url":"https://github.com/glassechidna/ssmcfn","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/glassechidna%2Fssmcfn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glassechidna%2Fssmcfn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glassechidna%2Fssmcfn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glassechidna%2Fssmcfn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glassechidna","download_url":"https://codeload.github.com/glassechidna/ssmcfn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249038495,"owners_count":21202719,"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":["aws","cloudformation","lambda"],"created_at":"2025-01-08T06:22:39.195Z","updated_at":"2025-04-15T08:38:01.569Z","avatar_url":"https://github.com/glassechidna.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# SSM Parameter Store helper for CloudFormation templates\n\nYou know what's lame? CloudFormation not (yet) having support for storing values \nin [Parameter Store][aws-pstore]. You know what's less lame? [Lambda-backed custom resources][cfn-res]\nso that we can polyfill this ourselves. Simply deploy [`cfn.yml`](cfn.yml) into\nyour AWS region and use like this:\n\n```yaml\nAWSTemplateFormatVersion: \"2010-09-09\"\nParameters:\n  SecretValue:\n    Description: Sssh, it's a secret\n    Type: String\n    NoEcho: true\nResources:\n  SecureParam:\n    Type: Custom::CfnParamStore\n    Properties:\n      ServiceToken: !ImportValue CfnParamStore\n      Type: SecureString\n      Value: !Ref SecretValue\nOutputs:\n  ParamArn:\n    Description: Arn of param in SSM param store\n    Value: !GetAtt SecureParam.Arn\n```\n\nNote that neither CloudFormation, Lambda nor Parameter Store are global resources,\nso you will have to deploy the helper stack into each region\nthat you wish to use this in.\n\n[aws-pstore]: https://aws.amazon.com/ec2/systems-manager/parameter-store/\n[cfn-res]: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-custom-resources-lambda.html","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglassechidna%2Fssmcfn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglassechidna%2Fssmcfn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglassechidna%2Fssmcfn/lists"}