{"id":16687612,"url":"https://github.com/pei0804/sam-github-actions","last_synced_at":"2026-04-09T05:31:28.547Z","repository":{"id":139121028,"uuid":"232528459","full_name":"pei0804/sam-github-actions","owner":"pei0804","description":null,"archived":false,"fork":false,"pushed_at":"2020-01-08T09:37:01.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-31T23:57:22.348Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"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/pei0804.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-08T09:36:34.000Z","updated_at":"2021-03-11T00:28:16.000Z","dependencies_parsed_at":"2024-04-04T04:15:09.100Z","dependency_job_id":null,"html_url":"https://github.com/pei0804/sam-github-actions","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pei0804/sam-github-actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pei0804%2Fsam-github-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pei0804%2Fsam-github-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pei0804%2Fsam-github-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pei0804%2Fsam-github-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pei0804","download_url":"https://codeload.github.com/pei0804/sam-github-actions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pei0804%2Fsam-github-actions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31587757,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-12T15:24:26.440Z","updated_at":"2026-04-09T05:31:28.535Z","avatar_url":"https://github.com/pei0804.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS SAM Action\n\nPerforms AWS Serverless Application Model CLI commands in GitHub Actions\n\n---\n\n## Usage\n\nCreate `.github/workflow/sam.yaml` file with the required actions similar to the example\ngiven in the workflow section\n\nBy default you'll need to set the following secrets in `Settings-\u003eSecrets`\n\n```\nAWS_ACCESS_KEY_ID\nAWS_SECRET_ACCESS_KEY\nAWS_DEFAULT_REGION\n```\n\n## Example workflow\n\nThis workflow packages and deploys the SAM\n\n```\non:\n  push:\n    branches:\n      - master\nname: Publish SAM to AWS\njobs:\n  deploy:\n    name:  Package\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@master\n    - name: Package\n      uses: chriscoffee/sam-github-actions@master\n      env:\n        AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}\n        AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n        AWS_DEFAULT_REGION: eu-west-1\n        S3_BUCKET: ${{ secrets.S3_BUCKET }}\n      with:\n        args: package --template-file template.yaml --s3-bucket ${{ secrets.S3_BUCKET }} --output-template-file packaged.yaml\n    - name: Deploy\n      uses: chriscoffee/sam-github-actions@master\n      env:\n        AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}\n        AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n        AWS_DEFAULT_REGION: eu-west-1\n        STACK_NAME: ${{ secrets.STACK_NAME }}\n      with:\n        args: deploy --template-file packaged.yaml --stack-name ${{ secrets.STACK_NAME }} --capabilities CAPABILITY_IAM\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpei0804%2Fsam-github-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpei0804%2Fsam-github-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpei0804%2Fsam-github-actions/lists"}