dry-journalist-60579
03/05/2025, 5:45 AMignore_changes=["code"],
on something that was showing an infinite [diff: ~code]
on every up
, I now see Plan
=> update
with no Info
and a ~ aws:lambda/function:Function: (update)
in the diff without any other differences listed… a phantom diff!dry-journalist-60579
03/05/2025, 6:03 AMignore_changes=["*"],
to my options and for some reason on my next run I got:
aws:lambda:Function my-lambda 2 errors
...
Diagnostics:
...
aws:lambda:Function (my-lambda):
error: aws:lambda/function:Function resource 'my-lambda' has a problem: expected application_log_level to be one of ["TRACE" "DEBUG" "INFO" "WARN" "ERROR" "FATAL"], got . Examine values at 'my-lambda.loggingConfig.applicationLogLevel'.
error: aws:lambda/function:Function resource 'my-lambda' has a problem: expected system_log_level to be one of ["DEBUG" "INFO" "WARN"], got . Examine values at 'my-lambda.loggingConfig.systemLogLevel'.
As if somehow that had previously been suppressed by the erroneous diffs… I then added those two parameters, removed the ignore, and ran up again and the diff went awaydry-journalist-60579
03/05/2025, 6:09 AMaws.lambda_.Invocation
+ docker image… but it did not work for my [diff: ~code]
lambdadry-journalist-60579
03/05/2025, 9:49 PM