Skip to content

feat(idempotency): add internal powertools JMESPath support #960

feat(idempotency): add internal powertools JMESPath support

feat(idempotency): add internal powertools JMESPath support #960

Triggered via pull request April 19, 2024 10:03
Status Success
Total duration 3m 0s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 21 warnings
build
Codecov: Failed to properly upload: The process '/home/runner/work/_actions/codecov/codecov-action/81cd2dc8148241f03f5839d295e000b8f761e378/dist/codecov' failed with exit code 255
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a, codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: libraries/src/AWS.Lambda.Powertools.JMESPath/Token.cs#L50
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: libraries/src/AWS.Lambda.Powertools.JMESPath/Utilities/JsonDocumentBuilder.cs#L30
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: libraries/src/AWS.Lambda.Powertools.JMESPath/Utilities/JsonFlattener.cs#L347
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: libraries/src/AWS.Lambda.Powertools.Common/Core/SystemWrapper.cs#L29
Non-nullable field '_powertoolsEnvironment' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: libraries/src/AWS.Lambda.Powertools.Common/Core/SystemWrapper.cs#L34
Non-nullable field '_instance' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
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.
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#L81
Dereference of a possibly null reference.
build: examples/Parameters/cfn/HelloWorld.Cfn/Function.cs#L90
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#L81
Dereference of a possibly null reference.
build: examples/Parameters/cfn/HelloWorld.Cfn/Function.cs#L90
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/ServerlessApi/test/LambdaPowertoolsAPI.Tests/ValuesControllerTests.cs#L43
Possible null reference argument for parameter 'request' in 'Task<APIGatewayProxyResponse> LambdaEntryPoint.FunctionHandlerAsync(APIGatewayProxyRequest request, ILambdaContext lambdaContext)'.