Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: refactor fns to utilize latest go SDK offerings #26

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jsteenb2
Copy link
Collaborator

@jsteenb2 jsteenb2 commented Aug 27, 2024

as we're trying to improve the go sdk we're running into a blocker here with sample apps. These apps are using old patterns and b/c of this, are tangled up in parts we don't want touched directly. This updates it to take advantage of what the SDK offers, removing the need for a lot of boilerplate. Additionally, it frees up the SDK to make the important but technically breaking changes. None of the other fns hit this, as they're utilizing the SDK helpers instead of creating boilerplate to do it. After this update, we're in the free to update the SDK with this breaking change, that won't actually break anyone. The power of solid helper fns heh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant