{"id":15090110,"url":"https://github.com/sudo88com/aws-serverless-action","last_synced_at":"2026-02-12T11:40:47.465Z","repository":{"id":247162557,"uuid":"823109273","full_name":"sudo88com/aws-serverless-action","owner":"sudo88com","description":"A GitHub Action for serverless deploy","archived":false,"fork":false,"pushed_at":"2024-07-07T01:45:12.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-26T11:12:47.813Z","etag":null,"topics":["action","aws","serverless"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/sudo88com.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":"2024-07-02T12:46:52.000Z","updated_at":"2024-07-13T17:01:01.000Z","dependencies_parsed_at":"2024-07-07T02:54:01.401Z","dependency_job_id":"4f17a311-30ad-4e3e-bbed-afc2c68f15a9","html_url":"https://github.com/sudo88com/aws-serverless-action","commit_stats":null,"previous_names":["sudo88com/aws-serverless-action","opslabhqx/aws-serverless-action"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo88com%2Faws-serverless-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo88com%2Faws-serverless-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo88com%2Faws-serverless-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo88com%2Faws-serverless-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sudo88com","download_url":"https://codeload.github.com/sudo88com/aws-serverless-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244825193,"owners_count":20516587,"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":["action","aws","serverless"],"created_at":"2024-09-25T09:21:38.122Z","updated_at":"2026-02-12T11:40:42.445Z","avatar_url":"https://github.com/sudo88com.png","language":"Shell","readme":"# sudo88com/aws-serverless-action\n\n[![aws-serverless-action](https://img.shields.io/github/v/release/sudo88com/aws-serverless-action.svg)](https://github.com/sudo88com/aws-serverless-action/releases)\n\nDeploy serverless applications seamlessly using GitHub Actions with `aws-serverless-action`. This GitHub Action enables you to deploy your serverless framework projects directly from your GitHub workflows, automating the deployment process for your serverless applications.\n\n## Usage\n\nTo use this action, add the following step to your GitHub workflow YAML file. Ensure that you configure your AWS credentials and Serverless framework settings before deploying.\n\n```yaml\n      - name: Deploy Serverless Application\n        uses: sudo88com/serverless-action@v1 # Check https://github.com/sudo88com/serverless-action/releases for latest release\n        with:\n          aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}\n          aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n          aws_region: ${{ secrets.AWS_DEFAULT_REGION }}\n          serverless_access_key: ${{ secrets.SERVERLESS_ACCESS_KEY }}\n          serverless_file: 'serverless.yml'\n```\n\n## Setting Up AWS Credentials\n\nTo deploy serverless applications, you need to set up AWS credentials. Follow these steps to configure your AWS credentials as GitHub secrets:\n\n1. Create IAM User:\n\n- Go to the [AWS IAM Console](https://console.aws.amazon.com/iam/).\n\n- Click on \"Users\" and then \"Add user\".\n\n- Enter a user name and select \"Programmatic access\".\n\n- Attach the \"AdministratorAccess\" policy (or a more restrictive policy if preferred).\n\n- Complete the process and save the access key ID and secret access key.\n\n2. Add Secrets to GitHub:\n\n- Go to your [GitHub repository](https://github.com/).\n\n- Click on \"Settings\" and then \"Secrets\".\n\n- Add new repository secrets for `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, and `AWS_DEFAULT_REGION` with the values from the IAM user creation process.\n\n## Setting Up Serverless Access Key\n\n1. Get Serverless Access Key:\n\n- Log in to the [Serverless Dashboard](https://dashboard.serverless.com/).\n\n- Go to your organization and select the app you want to deploy.\n\n- Navigate to the \"Providers\" section.\n\n- Click on \"Add Provider\" and follow the prompts to create a new access key.\n\n2. Add Serverless Access Key to GitHub:\n\n- Go to your [GitHub repository](https://github.com/).\n\n- Click on \"Settings\" and then \"Secrets\".\n\n- Add a new repository secret for `SERVERLESS_ACCESS_KEY` with the value from the Serverless Dashboard.\n\n## License\n\nThis project is licensed under the [MIT License](./LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudo88com%2Faws-serverless-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsudo88com%2Faws-serverless-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudo88com%2Faws-serverless-action/lists"}