-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
Goal:
- Implement DynamoDB as a new key-value store in pkg/gofr/datasource/kv-store/dynamo.
- Add a method on the App to plug and use the datasource.
Include:
- Logging: Log each operation and failure with context.
- Tracing: Wrap calls in OpenTelemetry spans.
- Metrics: Emit Prometheus metrics for operation counts and errors.