eddmann / serverless-fargate

Maintain long-running Fargate ECS tasks within your Serverless project
53 stars 22 forks source link

container mount points #43

Closed linuxmant closed 4 months ago

linuxmant commented 1 year ago

Hi, first of all thanks for the plugin, it's very useful. We have about 5 fargate task definitions that I'm migrating to serverless in a much bigger aws structure. Does the plugin have support for container mount points and also log driver configs? A couple of our containers need specific mount points and we are logging all activity to awslogs with custom groups and streams.

eddmann commented 4 months ago

I think these should be possible using the cloudFormationResource extension property. An example is shown within the README