{"id":19118940,"url":"https://github.com/yskszk63/sam-local-asl","last_synced_at":"2026-06-03T14:30:16.345Z","repository":{"id":77930610,"uuid":"526250408","full_name":"yskszk63/sam-local-asl","owner":"yskszk63","description":"Generator for Amazon States Language for Local test.","archived":false,"fork":false,"pushed_at":"2022-08-19T13:41:33.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-03T07:47:30.504Z","etag":null,"topics":["sam","stepfunctions","stepfunctions-local"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/yskszk63.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-18T14:41:26.000Z","updated_at":"2022-08-19T13:51:53.000Z","dependencies_parsed_at":"2023-03-12T02:38:20.683Z","dependency_job_id":null,"html_url":"https://github.com/yskszk63/sam-local-asl","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/yskszk63%2Fsam-local-asl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yskszk63%2Fsam-local-asl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yskszk63%2Fsam-local-asl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yskszk63%2Fsam-local-asl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yskszk63","download_url":"https://codeload.github.com/yskszk63/sam-local-asl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240172173,"owners_count":19759508,"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":["sam","stepfunctions","stepfunctions-local"],"created_at":"2024-11-09T05:08:07.236Z","updated_at":"2026-06-03T14:30:16.293Z","avatar_url":"https://github.com/yskszk63.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sam-local-asl\n\nWORK IN PROGRESS.\n\nGenerator for Amazon States Language for Local test.\n\n## Example\n\n```bash\n$ cat example/template.yml\nAWSTemplateFormatVersion: \"2010-09-09\"\nTransform: AWS::Serverless-2016-10-31\nDescription: Example template.\n\nResources:\n  MyStateMachine:\n    Type: AWS::Serverless::StateMachine\n    Properties:\n      DefinitionUri: example.asl.json\n      DefinitionSubstitutions:\n        MyFunction: !GetAtt MyFunction.Arn\n\n  MyFunction:\n    Type: AWS::Serverless::Function\n    Properties:\n      CodeUri: where/to/code\n      Handler: main.go\n      Runtime: go1.x\n      Architectures:\n        - x86_64\n\n# TODO template.yml and example.asl.json not tested.\n$ cat example/example.asl.json\n{\n  \"Comment\": \"Example State Machine\",\n  \"StartAt\": \"Run\",\n  \"States\": {\n    \"Run\": {\n      \"Type\": \"Task\",\n      \"Resource\": \"${MyFunction}\",\n      \"End\": true\n    }\n  }\n}\n$ deno run --allow-read ./main.ts example/template.yml\n{\n  \"Comment\": \"Example State Machine\",\n  \"StartAt\": \"Run\",\n  \"States\": {\n    \"Run\": {\n      \"Type\": \"Task\",\n      \"Resource\": \"arn:aws:lambda:us-east-1:123456789012:function:MyFunction\",\n      \"End\": true\n    }\n  }\n}\n$\n```\n\n## License\n\n[MIT](LICENSE)\n\n## Author\n\n[yskszk63](https://github.com/yskszk63)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyskszk63%2Fsam-local-asl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyskszk63%2Fsam-local-asl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyskszk63%2Fsam-local-asl/lists"}