All Projects → aws-cloudformation → aws-cloudformation-resource-providers-cloudformation

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

Licence: Apache-2.0 license
The CloudFormation Resource Provider Package For AWS CloudFormation

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to aws-cloudformation-resource-providers-cloudformation

cloudformation-coverage-roadmap
The AWS CloudFormation Public Coverage Roadmap
Stars: ✭ 993 (+2264.29%)
Mutual labels:  cloudformation, cfn
amazon-detective-multiaccount-scripts
interact with Amazon Detective in multiple accounts and regions
Stars: ✭ 25 (-40.48%)
Mutual labels:  resources, aws-resources
aws-cloudformation-resource-providers-logs
The CloudFormation Resource Provider Package For Amazon CloudWatch Logs
Stars: ✭ 25 (-40.48%)
Mutual labels:  resources, aws-resources
taskcat
Test all the CloudFormation things! (with TaskCat)
Stars: ✭ 974 (+2219.05%)
Mutual labels:  cloudformation, cfn
terraform-aws-cloudformation-stack
Terraform module to provision CloudFormation Stack
Stars: ✭ 24 (-42.86%)
Mutual labels:  cloudformation, cfn
StackJanitor
StackJanitor is a serverless, event-driven stack cleanup tool.
Stars: ✭ 37 (-11.9%)
Mutual labels:  cloudformation, cfn
VaporShell
A PowerShell module for building, packaging and deploying AWS CloudFormation templates
Stars: ✭ 48 (+14.29%)
Mutual labels:  cloudformation, cfn
serverless-cloudformation-sub-variables
Serverless framework plugin for easily supporting AWS CloudFormation Sub intrinsic function variables
Stars: ✭ 25 (-40.48%)
Mutual labels:  cloudformation, cfn
free-node.js-learning-resources
A curated list of free resources to learn node.js
Stars: ✭ 70 (+66.67%)
Mutual labels:  resources
nepali-devblogs
Collection of blogs/publications by Nepali devs.
Stars: ✭ 30 (-28.57%)
Mutual labels:  resources
Hands-On-Serverless-Applications-with-Go
Hands-On Serverless Applications with Go, published by Packt.
Stars: ✭ 92 (+119.05%)
Mutual labels:  cloudformation
Humidifier
AWS Cloudformation using C#
Stars: ✭ 45 (+7.14%)
Mutual labels:  cloudformation
nfscan
NFScan is a free, open-source software, available to non-profit organizations to receive donations effectively.
Stars: ✭ 85 (+102.38%)
Mutual labels:  cloudformation
atlantis
GitOps for Teams (experimental hard fork of atlantis)
Stars: ✭ 13 (-69.05%)
Mutual labels:  cloudformation
website-development-questionnaire
Questions to ask your client before you start developing the website.
Stars: ✭ 28 (-33.33%)
Mutual labels:  resources
ecs-mesh-workshop
This handy workshop help the customers to quickly launch ECS with service mesh support on top of mixed type of instance in all commercial regions (include China), and also provides hands-on tutorials with best practices. It can be customized easily as per need.
Stars: ✭ 17 (-59.52%)
Mutual labels:  cloudformation
aws-cfn-ses-domain
AWS CloudFormation resources for Amazon SES domain and email identities
Stars: ✭ 45 (+7.14%)
Mutual labels:  cloudformation
LambdaSharpTool
Serverless .NET on AWS - λ# is a CLI and Framework for Rapid Application Development using .NET on AWS
Stars: ✭ 99 (+135.71%)
Mutual labels:  cloudformation
awesome-metal
A collection of Metal and MetalKit projects and resources. Very much work in progress.
Stars: ✭ 152 (+261.9%)
Mutual labels:  resources
protect-your-privacy
Privacy resources for the layperson. Highlights resources, tools, VPNs, search engines, articles, books, and dark patterns.
Stars: ✭ 33 (-21.43%)
Mutual labels:  resources

AWS CloudFormation Resource Provider Package For AWS CloudFormation

This repository contains AWS-owned resource providers for the AWS::CloudFormation::* 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 and running unit tests is done via pre-commit, and so 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].