feat: batch deserialize event records #39
Annotations
10 errors and 10 warnings
|
build:
examples/BatchProcessing/src/HelloWorld/TypedHandlers/TypedDynamoDbRecordHandler.cs#L28
The type or namespace name 'ITypedRecordHandler<>' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
examples/BatchProcessing/src/HelloWorld/TypedHandlers/TypedSqsRecordHandlerWithContext.cs#L29
The type or namespace name 'ITypedRecordHandlerWithContext<>' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
examples/BatchProcessing/src/HelloWorld/TypedHandlers/TypedSqsRecordHandler.cs#L28
The type or namespace name 'ITypedRecordHandler<>' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
examples/BatchProcessing/src/HelloWorld/TypedHandlers/TypedKinesisRecordHandler.cs#L28
The type or namespace name 'ITypedRecordHandler<>' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
examples/BatchProcessing/src/HelloWorld/TypedFunction.cs#L85
The type or namespace name 'TypedRecordHandler' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
examples/BatchProcessing/src/HelloWorld/TypedFunction.cs#L75
The type or namespace name 'TypedRecordHandler' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
examples/BatchProcessing/src/HelloWorld/TypedFunction.cs#L65
The type or namespace name 'JsonSerializerContext' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
examples/BatchProcessing/src/HelloWorld/TypedFunction.cs#L64
The type or namespace name 'TypedRecordHandler' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
examples/BatchProcessing/src/HelloWorld/TypedFunction.cs#L53
The type or namespace name 'TypedRecordHandler' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
examples/BatchProcessing/src/HelloWorld/TypedFunction.cs#L43
The type or namespace name 'TypedRecordHandler' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
libraries/src/AWS.Lambda.Powertools.Kafka/PowertoolsKafkaSerializerBase.cs#L407
Dereference of a possibly null reference.
|
|
build:
examples/ServerlessApi/test/LambdaPowertoolsAPI.Tests/ValuesControllerTests.cs#L43
Possible null reference argument for parameter 'request' in 'Task<APIGatewayProxyResponse> LambdaEntryPoint.FunctionHandlerAsync(APIGatewayProxyRequest request, ILambdaContext lambdaContext)'.
|
|
build:
examples/Parameters/cfn/HelloWorld.Cfn/Function.cs#L90
Dereference of a possibly null reference.
|
|
build:
examples/Parameters/cfn/HelloWorld.Cfn/Function.cs#L81
Dereference of a possibly null reference.
|
|
build:
examples/Parameters/cfn/HelloWorld.Cfn/Function.cs#L80
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
build:
examples/Parameters/cfn/HelloWorld.Cfn/Function.cs#L90
Dereference of a possibly null reference.
|
|
build:
examples/Parameters/cfn/HelloWorld.Cfn/Function.cs#L81
Dereference of a possibly null reference.
|
|
build:
examples/Parameters/cfn/HelloWorld.Cfn/Function.cs#L80
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
build:
examples/Idempotency/src/HelloWorld/Function.cs#L86
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.
|
|
build:
examples/Idempotency/src/HelloWorld/Function.cs#L86
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.
|