-
Notifications
You must be signed in to change notification settings - Fork 6
Setup Localstack AWS S3 for local development #125
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
Merged
dcollie2
merged 13 commits into
main
from
118-set-up-local-azure-emulation-for-use-in-development
Jun 6, 2025
Merged
Setup Localstack AWS S3 for local development #125
dcollie2
merged 13 commits into
main
from
118-set-up-local-azure-emulation-for-use-in-development
Jun 6, 2025
Conversation
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
3 tasks
1cd2133 to
e933723
Compare
e933723 to
dc998a1
Compare
dc998a1 to
87c9d91
Compare
951a844 to
d81696e
Compare
d81696e to
922d271
Compare
dmitrytrager
reviewed
May 8, 2025
d96f726 to
17777aa
Compare
dmitrytrager
approved these changes
May 13, 2025
17777aa to
4aaab52
Compare
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.
What Issue Does This PR Cover, If Any?
A Docker environment was implemented to emulate the AWS S3 API locally for local development by adding its respective
Dockerfile.devanddocker-compose.dev.yml. This setup allows us to add more AWS services without creating development credentials and provides a production-like environment.Resolves #118
What Changed? And Why Did It Change?
Makefilewith make commands is in place, runmake helpto see a list of available optionsHow Has This Been Tested?
make testPlease Provide Screenshots
Run the app and specs from the host system
docker.mp4
Run the app and specs from the host system
local.mov