You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have removed any sensitive information from my code snippets and submission.
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
The text was updated successfully, but these errors were encountered:
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!
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:
This feature will make AWS Amplify more user-friendly and align it with the convenience offered by other platforms
The text was updated successfully, but these errors were encountered: