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

Add Feature to Copy and Paste .env File Environment in AWS Amplify #3952

Open
3 tasks done
thebolaji opened this issue Aug 1, 2024 · 2 comments
Open
3 tasks done
Labels
feature-request New feature or request

Comments

@thebolaji
Copy link

Before opening, please confirm:

Amplify Hosting feature

Environment variables

Is your feature request related to a problem? Please describe:

Hey team! So, right now, setting up environment variables in AWS Amplify is a bit of a hassle. You have to manually enter each variable one by one, which can be super time-consuming and prone to errors. It's especially annoying when you have a lot of environment variables to deal with. Think about the times you've used DigitalOcean – it's a breeze there because you can just copy and paste the whole .env file at once

Screen.Recording.2024-08-01.at.4.32.20.AM.mov

Describe how you'd like this feature to work

I propose adding a feature to the AWS Amplify console that allows users to copy and paste their entire .env file content at once. This would significantly streamline the setup process for environment variables, reducing the chance of human error and saving valuable time.

Implementation Details:

  • Add a text area input in the environment variable setup section where users can paste their .env file content.
  • Automatically parse the pasted content and populate the environment variables accordingly.
  • Ensure that the parsing process handles different formats and edge cases (e.g., comments, blank lines).
  • Provide clear feedback to the user on successful parsing and any errors encountered.

This feature will make AWS Amplify more user-friendly and align it with the convenience offered by other platforms

@thebolaji thebolaji added the feature-request New feature or request label Aug 1, 2024
Copy link

github-actions bot commented Aug 1, 2024

This has been identified as a feature request. If this feature is important to you, we strongly encourage you to give a 👍 reaction on the request. This helps us prioritize new features most important to you. Thank you!

@mauerbac
Copy link
Member

mauerbac commented Aug 1, 2024

This is a great feature request! Thanks for opening it!

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

No branches or pull requests

2 participants