-
Notifications
You must be signed in to change notification settings - Fork 82
Implement DynamoDB client #325
Copy link
Copy link
Closed
Labels
AWSThis issue integrates AWS services.This issue integrates AWS services.Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programbackendThis issue is about building backend API services.This issue is about building backend API services.ginThis issue is to be implemented with the `golang` `gin` framework for backend APIs.This issue is to be implemented with the `golang` `gin` framework for backend APIs.golangThis issue is to be implemented with `golang` programming language.This issue is to be implemented with `golang` programming language.
Metadata
Metadata
Assignees
Labels
AWSThis issue integrates AWS services.This issue integrates AWS services.Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programbackendThis issue is about building backend API services.This issue is about building backend API services.ginThis issue is to be implemented with the `golang` `gin` framework for backend APIs.This issue is to be implemented with the `golang` `gin` framework for backend APIs.golangThis issue is to be implemented with `golang` programming language.This issue is to be implemented with `golang` programming language.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Problem Statement
The DynamoDB client is completely unimplemented. The file
pkg/aws/dynamodb_client.gois gated with//go:build future, so it is excluded from all production builds and contains only a stub. As a result, the platform cannot store or manage WebSocket connection IDs and session state in DynamoDB, blocking scalable, serverless management of real-time connections and stateful event workflows.Social Media Link
Let's collaborate on Discord. And ensure to star our repo.
Context
Requirements
pkg/aws/dynamodb_client.goto interact with AWS DynamoDB for storing and retrieving WebSocket connection IDs and session state.//go:build futuretag so the implementation is included in production builds.Acceptance Criteria
pkg/aws/dynamodb_client.gocontains a production-ready DynamoDB client implementation.//go:build futuretag).Definition of Done
Directory to Work On
project-portal/project-portal-backend