-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
hirohata
committed
Sep 24, 2024
1 parent
0ccb506
commit e5d9364
Showing
20 changed files
with
244 additions
and
602 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module.exports = { | ||
presets: [require.resolve("@docusaurus/core/lib/babel/preset"), {}], | ||
presets: [require.resolve('@docusaurus/core/lib/babel/preset')], | ||
}; |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
sidebar_position: 1 | ||
title: About | ||
--- | ||
|
||
# Exogenesis: Ensemble Part 3 (Redemption) | ||
|
||
## Motivation | ||
|
||
This application is for uploading my family's videos. | ||
Now, I live separately from my family. | ||
I cannot see growing my child directly, but my spouse sends me pictures and videos. | ||
My spouse and I don't want to lose those records. | ||
Therefore, I created (or am creating) an app to share and back up those memories, which I cannot start those days over again. |
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
## Structure | ||
|
||
![structure-overview](/img/structure/structure-overvies.drawio.svg) | ||
|
||
1. The client App sends a request to the lambda, then the lambda sign and returns a pre-signed URL. | ||
2. The client App uploads assets to the S3. | ||
3. Once the assets are uploaded, the lambda is triggered with the uploaded asset information. | ||
4. The lambda archives the assets to the glacier | ||
5. The lambda get a vault to the DynamoDB |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"label": "Technical information", | ||
"position": 2, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Technical Information" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.