https://github.com/smartdings/aws-development-tools
Collection of AWS development tools and scripts
https://github.com/smartdings/aws-development-tools
aws aws-iot
Last synced: 8 months ago
JSON representation
Collection of AWS development tools and scripts
- Host: GitHub
- URL: https://github.com/smartdings/aws-development-tools
- Owner: smartdings
- License: apache-2.0
- Created: 2024-10-02T05:34:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T12:56:18.000Z (about 1 year ago)
- Last Synced: 2025-04-30T07:49:32.046Z (8 months ago)
- Topics: aws, aws-iot
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# AWS Development Tools
## Overview
This repository contains a collection of development tools and scripts designed to streamline various AWS-related tasks. Each tool serves a specific purpose and can be used independently or in conjunction with other tools in the repository.
### `iot/tunnel`
The `tunnel` directory contains the **AWS IoT Tunnel** script, which sets up and manages a secure tunnel to an AWS IoT device using the AWS IoT Secure Tunneling feature by checking for existing open tunnels to avoid unnecessary opening of new tunnels. It leverages prebuilt Docker images from [aws-iot-securetunneling-localproxy](https://github.com/aws-samples/aws-iot-securetunneling-localproxy) to create a secure connection, enabling interaction with IoT devices from your local environment. By opening a tunnel on your machine, you can easily use development tools like VSCode, which cannot be utilized via the AWS web UI.
### Usage
For usage instructions related to the script, navigate to the script directory and refer to the `README.md` file located there.
## Contributing
Contributions are welcome! If you would like to add a new tool, enhance existing scripts, or improve documentation, please submit a pull request.
## License
This repository is licensed under the [Apache License 2.0](LICENSE).
## Code of Conduct
We expect all contributors to adhere to our [Code of Conduct](CODE_OF_CONDUCT.md) to ensure a welcoming and respectful environment for everyone.
## Security Policy
For details on reporting security vulnerabilities, please see our [Security Policy](SECURITY.md).
### Key Points Covered
- **Overview**: A brief introduction to the purpose of the repository.
- **Contributing**: Encouraging contributions and collaboration.
- **License**: Including licensing information.
- **Code of Conduct**: Welcoming and respectful environment for everyone.
- **Security Policy**: Reporting security vulnerabilities.