Convert Parallel
- Convert File Type
environment or lain
Production
- Actual Coding
- What we see when we go to byu.tv or byu.radio
Dev is what we changed again
- Find the bug or something first >> Test crazy
Stage - Final Task
- If we don't find it in te stage we go to the stage.
Serverless.yml
- Where I want them to be in Lambda functions
- It has to have the authorizer to run the lambda functions.
- events : mean who can invoke them
- documentation: https://www.serverless.com/framework/docs
Workflow Functions
- Where I should work on.
How to deploy
- npx sls deploy (quick deploy)
- npm run virginia >> comprehensive deploy
- only deploy specific code
- npx sls deploy function -f <function-name>
50% Working on the code 50% learning new stuff
- Learn while doing the code as well.
'BYU-Broadcast > ScreenSharing' 카테고리의 다른 글
[ScreenSharing] DynamoDB (0) | 2022.04.15 |
---|---|
[ScreenSharing] BYU-Broadcasting System (0) | 2022.04.15 |
[ScreenSharing] This sprint's task (Mock Axios) (0) | 2022.04.13 |
[BYUB] ScreenSharing 4/7/2022 (0) | 2022.04.08 |
[Screen Sharing] Functional Programming Principle (0) | 2022.03.25 |