AWS - Support Repository
Why is this repository useful?
- Configuration examples: Includes scripts and instructions for initial setup of AWS services.
- Best practices: Some examples demonstrate recommended security patterns and resource organization.
- Community: As it is an open project, you can submit issues and pull requests to collaborate.
How to use
- Explore the directories: each folder should contain examples and specific configurations for an AWS service or feature.
- Run scripts: follow the instructions in the
README.mdfiles of each folder to run the examples locally or as infrastructure as code.
Clone the repository
git clone https://github.com/crypto-br/AWS.git
How to contribute
- Fork the repository.
- Submit your pull request for review.
Create a new branch for your contribution:
git checkout -b feature/minha-nova-funcionalidade
Add your changes and make a commit:
git add .
git commit -m "Adiciona nova funcionalidade"
Liked the repository? Access the project right now and help make it even more complete! If you have questions or suggestions, open an issue and share with the community.