https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-redshift-serverless
The CloudFormation Resource Provider Package For Amazon Redshift Serverless
https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-redshift-serverless
aws-resources redshift-serverless redshiftserverless resources
Last synced: about 1 year ago
JSON representation
The CloudFormation Resource Provider Package For Amazon Redshift Serverless
- Host: GitHub
- URL: https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-redshift-serverless
- Owner: aws-cloudformation
- License: apache-2.0
- Created: 2022-01-31T21:29:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T18:49:51.000Z (about 1 year ago)
- Last Synced: 2025-04-09T19:43:28.152Z (about 1 year ago)
- Topics: aws-resources, redshift-serverless, redshiftserverless, resources
- Language: Java
- Homepage: https://aws.amazon.com/redshift/
- Size: 1.36 MB
- Stars: 1
- Watchers: 18
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## AWS CloudFormation Resource Provider Package For AWS Redshift Serverless
This repository contains AWS-owned resource providers for the `AWS::RedshiftServerless::*` 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/aws-cloudformation-rpdk) for usage instructions.
## Development
First, you will need to install the [CloudFormation CLI](https://github.com/aws-cloudformation/aws-cloudformation-rpdk), as it is a required dependency:
```shell
pip3 install cloudformation-cli
pip3 install cloudformation-cli-java-plugin
```
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](CONTRIBUTING.md#security-issue-notifications) for more information.
## License
This project is licensed under the Apache-2.0 License.