Skip to content
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

[Contributing] Streamline Local Application Setup #2466

Open
dvndrsn opened this issue Sep 30, 2024 · 1 comment
Open

[Contributing] Streamline Local Application Setup #2466

dvndrsn opened this issue Sep 30, 2024 · 1 comment

Comments

@dvndrsn
Copy link
Contributor

dvndrsn commented Sep 30, 2024

What would you like to be able to do?
Would like to streamline local application setup to reduce friction for new contributors to the project. The main challenges with local setup are:

  • Needing to use actual AWS resources to run the application and configure them manually.
  • Need to set values in environment variables and other manual steps.

Describe how you would use the feature
Script could create a .env file from a local dev specific template and automatically configure a local emulation (ex. localstack) of AWS services (s3, cloudwatch, dynamodb).

Additional context
N/A

@dvndrsn
Copy link
Contributor Author

dvndrsn commented Sep 30, 2024

I proposed a PR to script local environment setup using LocalStack in #2467. With these changes, I was able to run the application locally without hitting AWS services.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant