Skip to content

AWS Key Management Service (KMS) makes it easy for you to create and manage cryptographic keys and control their use across a wide range of AWS services and in your applications. AWS KMS is a secure and resilient service that uses hardware security modules that have been validated under FIPS 140-2, or are in the process of being validated, to pr…

License

Notifications You must be signed in to change notification settings

aws-cloudformation/aws-cloudformation-resource-providers-kms

AWS CloudFormation Resource Provider Package For AWS Key Management Service

This repository contains AWS-owned resource providers for the AWS::KMS::* namespace.

Build Status

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 for usage instructions.

Development

First, you will need to install the CloudFormation CLI, as it is a required dependency:

pip3 install cloudformation-cli
pip3 install cloudformation-cli-java-plugin

Linting is done via pre-commit, and is performed automatically on commit. The continuous integration also runs these checks.

pre-commit install

Manual options are available so you don't have to commit:

# run all hooks on all files, mirrors what the CI runs
pre-commit run --all-files
# run unit tests and coverage checks
mvn verify

License

This library is licensed under the Apache 2.0 License.

About

AWS Key Management Service (KMS) makes it easy for you to create and manage cryptographic keys and control their use across a wide range of AWS services and in your applications. AWS KMS is a secure and resilient service that uses hardware security modules that have been validated under FIPS 140-2, or are in the process of being validated, to pr…

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages