-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(@aws-cdk/aws-ecs): Expose logdriver "mode" property for @aws-cdk/aws-ecs.AwsLogDriverProps #13845
Comments
@SoManyHs Can I pick this up? |
@hassanazharkhan absolutely!! We'd love your contribution. I'll go ahead and assign you to this issue! |
In case anyone is looking for a workaround while this feature is in progress: It is possible to adjust this flag by falling back to the L1 Cfn resources.
This can of course be used on anything that surfaces a L2 TaskDefinition. 👍 |
|
Currently it is possible to change aws logdriver "mode" in CloudFormation https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_awslogs.html
But AwsLogDriverProps do not expose the property in CDK.
Use Case
We have a performance need to deliver logs, but the ordering is not as relevant to us. Adjusting the mode to non-blocking would help.
Proposed Solution
Add "mode" as configurable option for AwsLogDriverProps / reach parity with CloudFormation API.
Other
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_awslogs.html
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: