Closed
Conversation
a356eb9 to
6cd83e2
Compare
6cd83e2 to
1923c68
Compare
View stack outputs
|
1923c68 to
a5d412b
Compare
a5d412b to
a799de6
Compare
vasco-santos
commented
Dec 8, 2022
stacks/ucan-stream-stack.js
Outdated
| const stream = new KinesisStream(stack, 'ucan-stream', { | ||
| cdk: { | ||
| stream: { | ||
| retentionPeriod: Duration.days(365) |
Contributor
Author
There was a problem hiding this comment.
a799de6 to
51334f2
Compare
Contributor
Author
|
@alanshaw FYI we need some changes by our discussion last night. So, removed review until I sort it out |
51334f2 to
e9f234e
Compare
e9f234e to
66c9e3b
Compare
66c9e3b to
34f1893
Compare
34f1893 to
c23e572
Compare
Contributor
Author
|
SST is having a bad time. Need to close to wipe out cloudformation... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds kinesis ucan log stream to ucanto service. Once a UCAN invocation is handled by the service, it is sent to Amazon Kinesis data streams for post processing (JSON with invocation CID, invocation bytes, and decoded invocation).
Kinesis log stream has its own stack named
UcanStreamStackwhich will include resources needed for post processing of ucan stream ops.ApiStackdepends onUcanStreamStackgiven it will use its stream, as well as its data further down the line to get content like user facing statsPer https://www.notion.so/UCAN-LOG-0f3870fc4b404f5cbf646bf16b463365
Other notes: