fix: kbo mutations ecr image should also use lambda deploy target #93
Annotations
10 warnings
Package lambda
Non-nullable property 'MutationFileQueueUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Package lambda
Non-nullable property 'MutationFileDeadLetterQueueUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Package lambda
Non-nullable property 'SyncQueueUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Package lambda
Non-nullable property 'SyncDeadLetterQueueUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Package lambda
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Package lambda
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(AssociationRegistry.Notifications.NotifyType)3' is not covered.
|
Package lambda
Nullability of reference types in type of parameter 'exception' of 'void LambdaLogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)' doesn't match implicitly implemented member 'void ILogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter)' (possibly because of nullability attributes).
|
Package lambda
Nullability in constraints for type parameter 'TState' of method 'LambdaLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
|
Package lambda
Dereference of a possibly null reference.
|
Package lambda
Possible null reference return.
|
Loading