Skip to content

Merge pull request #1016 from aws-powertools/docs/aws-bootstrap #78

Merge pull request #1016 from aws-powertools/docs/aws-bootstrap

Merge pull request #1016 from aws-powertools/docs/aws-bootstrap #78

Triggered via push October 13, 2025 12:10
Status Success
Total duration 1m 33s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: examples/Kafka/Json/src/Models/Preferences.cs#L11
Non-nullable property 'Timezone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: examples/Kafka/Json/src/Models/Preferences.cs#L9
Non-nullable property 'Notifications' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: examples/Kafka/Json/src/Models/Preferences.cs#L7
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: examples/Tracing/src/HelloWorld/Function.cs#L57
'DynamoDBContext.DynamoDBContext(IAmazonDynamoDB, DynamoDBContextConfig)' is obsolete: 'Use the DynamoDBContextBuilder to construct a DynamoDBContext with the recommended configuration.'
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/Metrics/src/HelloWorld/Function.cs#L57
'DynamoDBContext.DynamoDBContext(IAmazonDynamoDB, DynamoDBContextConfig)' is obsolete: 'Use the DynamoDBContextBuilder to construct a DynamoDBContext with the recommended configuration.'
build: examples/Logging/src/HelloWorld/Function.cs#L55
'DynamoDBContext.DynamoDBContext(IAmazonDynamoDB, DynamoDBContextConfig)' is obsolete: 'Use the DynamoDBContextBuilder to construct a DynamoDBContext with the recommended configuration.'
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.