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
MIT No Attribution
50
stars
32
forks
source link
Support specifying an auto-scaling configuration ARN #33
This PR adds support for specifying an auto-scaling configuration. When an auto-scaling configuration ARN is provided as an input to the GitHub action it'll be applied when a service is created or updated.
We've tried this out using our fork and it works as expected.
Please note this PR doesn't include the changes from npm run package to dist/index.js - I assume the maintainers would rather do this post-merge / pre-release to avoid merge conflicts if other PRs are being merged in too.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. I accept
Hi,
Thanks for this handy GitHub Action.
Description of changes:
This PR adds support for specifying an auto-scaling configuration. When an auto-scaling configuration ARN is provided as an input to the GitHub action it'll be applied when a service is created or updated.
References:
We've tried this out using our fork and it works as expected.
Please note this PR doesn't include the changes from
npm run package
todist/index.js
- I assume the maintainers would rather do this post-merge / pre-release to avoid merge conflicts if other PRs are being merged in too.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. I accept