awslabs / amazon-app-runner-deploy

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

Fix port assignment for image based config #3

Closed deki closed 3 years ago

deki commented 3 years ago

Description of changes: The port property wasn't applied for image based deployments. In addition runtime was required although this doesn't make sense.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.