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

Update stately libs, regen code #230

Merged
merged 2 commits into from
Sep 24, 2024
Merged

Update stately libs, regen code #230

merged 2 commits into from
Sep 24, 2024

Conversation

bhollis
Copy link
Contributor

@bhollis bhollis commented Sep 24, 2024

No description provided.

const allApps: ApiApp[] = [];
let token: ListToken | undefined = undefined;

while (true) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The default for beginList is to stream the entire result set, so looping and using continueList isn't necessary.


/**
* Our StatelyDB client, bound to our types and store.
*/
export const client = createClient(BigInt(process.env.STATELY_STORE_ID!));
export const client = createClient(BigInt(process.env.STATELY_STORE_ID!), {
region: process.env.STATELY_REGION || 'us-west-2',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our store is moving to us-east-1

@bhollis bhollis merged commit 01af4f3 into master Sep 24, 2024
1 check passed
@bhollis bhollis deleted the stately-update branch September 24, 2024 00:16
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