https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-transfer
The CloudFormation Resource Provider Package For AWS Transfer Family
https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-transfer
aws-resources aws-transfer resources
Last synced: 10 months ago
JSON representation
The CloudFormation Resource Provider Package For AWS Transfer Family
- Host: GitHub
- URL: https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-transfer
- Owner: aws-cloudformation
- License: apache-2.0
- Created: 2021-05-10T18:09:00.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T16:00:24.000Z (over 1 year ago)
- Last Synced: 2025-03-29T01:42:15.521Z (over 1 year ago)
- Topics: aws-resources, aws-transfer, resources
- Language: Java
- Homepage: https://aws.amazon.com/aws-transfer-family/
- Size: 383 KB
- Stars: 2
- Watchers: 5
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
## AWS CloudFormation Resource Provider Package For AWS Transfer Family
This repository contains AWS-owned resource providers for the `AWS::Transfer::*` namespace.
Usage
-----
The CloudFormation CLI (cfn) allows you to author your own resource providers that can be used by CloudFormation.
Refer to the documentation for the [CloudFormation CLI](https://github.com/aws-cloudformation/cloudformation-cli) for usage instructions.
Development
-----------
First, you will need to install the [CloudFormation CLI](https://github.com/aws-cloudformation/cloudformation-cli), as it is a required dependency:
```shell
pip3 install -U -r requirements.txt
```
Linting and running unit tests is done via [pre-commit](https://pre-commit.com/), and so is performed automatically on commit. The continuous integration also runs these checks.
```shell
pre-commit install
```
Manual options are available so you don't have to commit:
```shell
# run all hooks on all files, mirrors what the CI runs
pre-commit run --all-files
# run unit tests and coverage checks
mvn verify
```
## Security
See [CONTRIBUTING](.github/SECURITY.md) for more information.
## License
This project is licensed under the Apache-2.0 License.