-
Notifications
You must be signed in to change notification settings - Fork 7
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
fix: update sst to v2 #152
Conversation
4898d05
to
c8ab791
Compare
c8ab791
to
3ddeb69
Compare
3ddeb69
to
2e6bc38
Compare
2e6bc38
to
9a40d1c
Compare
9a40d1c
to
df27478
Compare
df27478
to
dda68a0
Compare
dda68a0
to
b69d2cd
Compare
b69d2cd
to
6aca1b1
Compare
6aca1b1
to
a0e79ad
Compare
a0e79ad
to
b26ba75
Compare
b26ba75
to
c19c09d
Compare
c19c09d
to
b144f5d
Compare
b144f5d
to
07001dc
Compare
07001dc
to
0065857
Compare
0065857
to
f5166c8
Compare
f5166c8
to
cfff166
Compare
…#153) Temporary fix for CI issue from sst/sst#2587 as suggested in sst/sst#2587 (comment) The fix simply tweaks the `accessLog` format to not include the `cognitoIdentityId` like fix from sst https://github.com/serverless-stack/sst/pull/2602/files In the meantime, hopefully sst team provides a fix for v1, or we need to work on landing our update #152 . I started by trying to update, but after spending over 2 hours debugging random CI SegFaults and other deployment issues decided to punt on this for now. v2 is quite recent and maybe we should stay in v1 some more time given these SegFault errors are likely not related to our code...
@vasco-santos for when you're back - should we get this resolved and merged? |
@travis it would be cool to land this as soon as possible. But I will need to get progress on w3filecoin side of things first |
ok cool - I'm down to help with updating it and getting it merged - no rush, but maybe worth chatting about later this week! |
Please remember to revert |
We could break the problem up a little, and extract services like roundabout to their own repo, and migrate it to SST v2 while we are at it. related to this and #84 |
I think we will need to sync as a team on this type one. Maybe a topic for next Eng team monthly? We previously decided to put all the things here, and that is why Roundabout came here. For instance, I also have feeling more and more that the kinesis thing should be in its own repo. But would like us to be consistent and go with an approach, instead of keeping changing between "All in same repo" and "all in different repo". |
replaced by #335 |
Fixes CI issue from sst/sst#2587 by updating to new sst and update aws sdk deps to be compatible. See migration guide for details.
In addition:
TODO: