{"id":13667664,"url":"https://github.com/jayef0/chalice-extended-action","last_synced_at":"2025-04-26T18:30:30.310Z","repository":{"id":46153231,"uuid":"256748489","full_name":"jayef0/chalice-extended-action","owner":"jayef0","description":"Automated deployment of your Chalice application via Github Actions","archived":false,"fork":false,"pushed_at":"2021-11-10T21:03:35.000Z","size":99,"stargazers_count":27,"open_issues_count":2,"forks_count":22,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T18:53:04.544Z","etag":null,"topics":["aws-lambda","chalice","github-actions","pip","python3"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jayef0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":["http://paypal.me/fabriczek"]}},"created_at":"2020-04-18T12:29:48.000Z","updated_at":"2024-12-18T03:39:19.000Z","dependencies_parsed_at":"2023-01-11T17:22:52.890Z","dependency_job_id":null,"html_url":"https://github.com/jayef0/chalice-extended-action","commit_stats":{"total_commits":27,"total_committers":5,"mean_commits":5.4,"dds":"0.14814814814814814","last_synced_commit":"d5874e768ae26bed79f2b9259f804c9237b20100"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayef0%2Fchalice-extended-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayef0%2Fchalice-extended-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayef0%2Fchalice-extended-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayef0%2Fchalice-extended-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jayef0","download_url":"https://codeload.github.com/jayef0/chalice-extended-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251035057,"owners_count":21526300,"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-lambda","chalice","github-actions","pip","python3"],"created_at":"2024-08-02T07:00:45.676Z","updated_at":"2025-04-26T18:30:30.029Z","avatar_url":"https://github.com/jayef0.png","language":"Shell","funding_links":["http://paypal.me/fabriczek"],"categories":["Made with Chalice"],"sub_categories":[],"readme":"# Chalice Extended Action\n\nThis Github action allows automated deployment of your Chalice application via Github Actions.\n\n\nYou don't know what Chalice is?\n\nTo put it in a nutshell: Python Serverless Microframework for AWS\n\nLink: [https://github.com/aws/chalice](https://github.com/aws/chalice)\n\n## Parameters\n\nThe parameters will be passed to the action by using environment variables.\n\n| Name  | Description  | Required?  |\n|---|---|---|\n| WORKING_DIRECTORY  | Working directory of chalice in which the chalice project is or should be stored  | Optional  |\n| REQUIREMENTS_FILE  | Path to a requirements file which should be installed before handling the chalice project  | Optional  |\n| PROJECT_DIR  | Path to a directory which contains a chalice project  | Optional  |\n| STAGE  | Name of stage which should be used | Optional  |\n| OPERATION  | Chalice operation  | Required  |\n\n\n## Usage\n\n1. Create a directory named `.github/workflows/`\n\n2. Create a YAML file, e.g. action_workflow.yml, and place it in the created directory above\n\n3. Example content of the YAML file:\n\n```\non:\n  push:\n    branches:\n      - master\nname: Deploy branch to Chalice\njobs:\n  deploy:\n    name: deploy\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@master\n    - name: chalice deploy\n      uses: jayef0/chalice-extended-action@release-v0.2.1\n      env:\n        WORKING_DIRECTORY: backend/chalice\n        REQUIREMENTS_FILE: requirements.prod.txt\n        OPERATION: deploy\n        STAGE: dev\n        AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}\n        AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n        AWS_DEFAULT_REGION: us-east-1\n```\n\n## Functionality\n\nA short overview of the execution process:\n\n![](chalice-extended-action-execution-process.png)\n\n## Secrets\n\nThe recommendation is to set the AWS credentials as GitHub secrets in your GitHub repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayef0%2Fchalice-extended-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayef0%2Fchalice-extended-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayef0%2Fchalice-extended-action/lists"}