Ashish Dhingra

Results 399 comments of Ashish Dhingra

Findings: - Per [AWS::MWAA::Environment LoggingConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaa-environment-loggingconfiguration.html), the properties `DagProcessingLogs`, `SchedulerLogs`, `TaskLogs`, `WebserverLogs` and `WorkerLogs` are of type [ModuleLoggingConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaa-environment-moduleloggingconfiguration.html). - [ModuleLoggingConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mwaa-environment-moduleloggingconfiguration.html), `LogLevel` is optional. ``` LogLevel Defines the Apache Airflow logs to...

Internal tracking ticket: P137161118 Another internal ticket (from above ticket): P137427298

Fix released in [Amazon.Lambda.Tools version 5.10.7](https://www.nuget.org/packages/Amazon.Lambda.Tools/5.10.7).

@wizofaus Good afternoon. Based on last comment https://github.com/aws/aws-extensions-for-dotnet-cli/issues/331#issuecomment-2266308220 from @normj, have you you tried using `dotnet eb package` command? Please confirm if it works for your use case and confirm...

@terryobot Good morning. Thanks for reporting the issue. Somehow, I'm unable to reproduce the issue using the below similar TypeScript code with latest CDK version `2.162.1 (build 10aa526)`. ```TypeScript import...

@diegotomba Good afternoon. Thanks for opening the issue. I was able to synthesize sample ECS stack using your code as reference and some other examples. ```TypeScript import * as cdk...

Unsure if fix implemented for https://github.com/aws/aws-cdk/issues/31716 would mitigate this issue. Let's wait for new CDK version containing this fix to be released before we reproduce this issue.

@matsui20 Good morning. Could you please test it using the latest CDK version `2.162.1 (build 10aa526)` and see if the issue goes away? Somehow, I'm unable to get to the...