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

Allow using float value in memory and cpu config #42

Closed yyamanoi1222 closed 1 year ago

yyamanoi1222 commented 1 year ago

Issue #39, if available:

Description of changes: change parse logic to Number from parseInt

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

yyamanoi1222 commented 1 year ago

@DmitryGulin thank you for you review. I gonna split a method into parseInt and parseFloat.

yyamanoi1222 commented 1 year ago

@DmitryGulin I added a argument for parsing only int. Could you review it again?