Closed alexgurman closed 1 year ago
specifying Time Zone on the lambda did it:
"TZ": { "Type": "String", "Default": "America/Chicago" }
specifying Time Zone on the lambda did it:
"TZ": { "Type": "String", "Default": "America/Chicago" }
Sorry for the late reply. Great that you found it.
In our lambdas we can't get S3 logging to work, tried all possible options. The code works when run locally with dotnet-lambda-test-tool-6.0, as well as from ECS service, but not from lambda.
Deploying directly from Visual Studio 2022 using AWS Toolkit,, Publish to AWS Lambda option
Attaching dummy lambda with sample code (.NET 6). DummyLambdaUncommon.zip