svdgraaf / serverless-fargate-tasks

Run Fargate tasks within your serverless project
43 stars 21 forks source link

Allow to skip ECS Service creation #8

Open roni-frantchi opened 5 years ago

roni-frantchi commented 5 years ago

Added an option to skip ECS Service creation.
It is helpful for cases where one wishes to run the generated task definition in the generated cluster using AWS API instead of having a long running service.

bdo commented 2 years ago

@svdgraaf Would it be possible for you to merge this in please?

And happy to create another version of this PR if you think it is not ready for prime time. Tell me what needs updating.