Pavel Tcholakov
Pavel Tcholakov
Hey @TimothyJones! Thank you so much for making this, it made my life a lot simpler connecting Cognito with GitHub OAuth! I prefer to use CDK to model AWS stacks...
We've heard this request on occasion from customers, and it's easy to see that it would be a useful capability. The SQL/introspection capabilities are here to stay and we'll likely...
Requirements: - customers must be able to capture the complete state of the journal (deployed services, in-flight invocation metadata, persisted KV data) at a point in time into a backup/snapshot...
The `deployments list` subcommand doesn't print out the configured assumed role for invoking Lambda services - it probably should, at least when used with `--extra`: ``` ❯ restate deployments list...
Before this change, the StackSet construct supported only per-target parameter overrides. This is not sufficient to pass parameters to a stack template; parameters have to be set before they can...
Update the Lambda Node.js runtime to 18.x since 16.x is going to be deprecated as of Jun 12, 2024[^1]. This is the most minimal change without upgrading the version of...
Related tssue: https://github.com/restatedev/restate/issues/1777 This change so far adds the following new subcommands: ### `restatectl logs list` displays all the logs and their tail segment: ``` ❯ restatectl logs list |...
Add `restatectl` subcommands to display basic cluster metadata. Add the following new commands/subcommands: ```[tasklist] ### Tasks - [x] Print logs and individual log details - [x] Print list of cluster...
Add `restatectl` subcommands to interact with the Bifrost log: - get loglet configuration - find_tail - tail log by LSN - read payloads and display them in JSON
Stacked PRs: * __->__#1999 * #1998 --- --- --- ### Add a Partition Store snapshot restore policy