Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Run local Python scripts with AWS profiles - perfect for local testing with different AWS environments
Run local Python scripts with different AWS profiles - perfect for local testing and development.
pip install localaws
Basic usage:
localaws script.py -p dev-profile
Full options:
localaws script.py --profile dev-profile --region us-west-2 --verbose
Short options:
localaws script.py -p dev-profile -r us-west-2 -v
localaws lambda_function.py -p test-profile
localaws deploy_script.py -p staging-profile
localaws deploy_script.py -p production-profile
localaws dev_script.py -p personal-aws -r us-east-1
Clone and install in development mode:
git clone https://github.com/heysouravv/localaws.git
cd localaws
pip install -e .
Run tests:
pytest tests/
MIT License - See LICENSE file for details
FAQs
Run local Python scripts with AWS profiles - perfect for local testing with different AWS environments
We found that localaws demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.