Learn two ways for setting environment variables in elastic beanstalk: the AWS Console approach and the config files approach.
Tag: environment
How to use Python virtual environment in VS Code
If you have created a python virtual environment and wish to use it to run your code in Visual Studio Code, follow these steps: Open VS Code and click on the Python Interpreter at the bottom. Alternatively, you can click Ctrl+Shift+P and Select ‘Python: Select Interpreter’. Click on ‘Enter interpreter path’, and then click on… Continue reading How to use Python virtual environment in VS Code
How to set environment variables in AWS Lambda
Learn how to set environment variables in AWS Lambda using the console and using the serverless framework. Also, learn how to access them.
How to set Environment Variables in Azure Functions
Learn how to set environmental variables, also referred to as ‘Application Settings’, in Azure Function Apps, and how to access them in your Python code.