amazon-app-runner-deploy icon indicating copy to clipboard operation
amazon-app-runner-deploy copied to clipboard

Registers an AWS AppRunner Service and deploys the application using the source code of a given GitHub repository. Supports both source code and Docker image based service

Results 8 amazon-app-runner-deploy issues
Sort by recently updated
recently updated
newest added

I have the following in my `package.json` file: ``` "scripts": { "migrate": "knex migrate:latest" }, ``` Running `npm run migrate` works fine on my local machine. When I try to...

Github secret values are exposed as environment variables in AWS App Runner console, everyone can access them. Am I missing something?

My pipeline is this: ` name: Deploy to App Runner on: push: branches: [main] jobs: deploy: name: Deploy runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 - name: Configure AWS...

Currently the action creates or updates the service accordingly. If support is added for a flag that jsut calls a `StartDeployment` for the use-cases where a user may not want...

According to the documentation it is possible to configure a HTTP based health check via CLI. Is it planned to support this?

enhancement

*Issue #, if available:* Support `AutoDeploymentsEnabled` *Description of changes:* Support `AutoDeploymentsEnabled` By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the...

Using this github action to deploy on a PR I can almost get PR Previews setup (like heroku, netlify, render, etc). The only roadblock that I'm running into is I...

#11 Early draft. Not properly tested for production. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your...