Open
Conversation
SCSE-22 Backend dev env setup docs
Remember to add the following
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This commit adds the python installation instruction for windows, macos, and linux to the backend dev environment setup page. [SCSE-22]
This commits adds the peotry instruction for windows, macos, and linus to the backend dev environment setup page. It also restructures the backend dev environment setup page. [SCSE-22]
This commit adds documentation for installing serverless cli and dynamodb offline [SCSE-22]
RealDyllon
suggested changes
Oct 24, 2022
Contributor
RealDyllon
left a comment
There was a problem hiding this comment.
Looks good, just needs 2 changes:
-
rename all instances (in file names and file content) of
peotrytopoetry -
Instead of running dynamodb inside java locally, let's use this: https://www.serverless.com/plugins/serverless-dynamodb-local
This commit renames all instances (in file names and file content) of peotry to poetry [SCSE-22]
This commit updates the DynamoDB installation instruction from running it locally inside Java to running it with the serverless-dynamodb-local plugin [SCSE-22]
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.
[SCSE-22]