aws-powertools / powertools-lambda-dotnet

Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.
https://docs.powertools.aws.dev/lambda/dotnet/
MIT No Attribution
158 stars 25 forks source link

Docs: Rename API_GATEWAY_REST to ApiGatewayRest #549

Closed hjgraca closed 8 months ago

hjgraca commented 8 months ago

What were you searching in the docs?

CorrelationIdPaths does not have a property named API_GATEWAY_REST instead should be ApiGatewayRest

Is this related to an existing documentation section?

No response

How can we improve?

Rename `[Logging(CorrelationIdPath = CorrelationIdPaths.API_GATEWAY_REST)]` to `[Logging(CorrelationIdPath = CorrelationIdPaths.ApiGatewayRest)]`

Got a suggestion in mind?

No response

Acknowledgment