All Projects → hashicorp → cdktf-provider-aws

hashicorp / cdktf-provider-aws

Licence: MPL-2.0 license
Prebuilt Terraform CDK (cdktf) provider for aws.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to cdktf-provider-aws

Terraform Cdk
Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform
Stars: ✭ 3,026 (+4161.97%)
Mutual labels:  cdk, cdktf
aws-pdf-textract-pipeline
🔍 Data pipeline for crawling PDFs from the Web and transforming their contents into structured data using AWS textract. Built with AWS CDK + TypeScript
Stars: ✭ 141 (+98.59%)
Mutual labels:  cdk
flutter svg provider
Use svg as image provider.
Stars: ✭ 32 (-54.93%)
Mutual labels:  provider
Provider
InheritedWidgets, but simple
Stars: ✭ 3,988 (+5516.9%)
Mutual labels:  provider
flutter preload videos
Preloading videos in Flutter 💙
Stars: ✭ 42 (-40.85%)
Mutual labels:  provider
Node Oidc Provider
OpenID Certified™ OAuth 2.0 Authorization Server implementation for Node.js
Stars: ✭ 2,018 (+2742.25%)
Mutual labels:  provider
city-cab
An open source flutter taxi - app for learning purpose(Provider & Bloc) using firebase as backend/server
Stars: ✭ 68 (-4.23%)
Mutual labels:  provider
flutter-provider-architecture
⚖️ A Flutter Architecture for small/medium/large/big large scale using Provider as State Management with Get It!
Stars: ✭ 81 (+14.08%)
Mutual labels:  provider
book-library
📚 A book library app for both Android & IOS ~ Flutter.dev project in Dart
Stars: ✭ 89 (+25.35%)
Mutual labels:  provider
flutter-clean-arch
A flutter's implementation of a "clean architecture"
Stars: ✭ 149 (+109.86%)
Mutual labels:  provider
awesome-flutter-provider
😎 A curated list of stuff related to the Flutter Provider library
Stars: ✭ 22 (-69.01%)
Mutual labels:  provider
RentMyCPU
💰 An app that allow to earn money by executing computational work from other nodes
Stars: ✭ 156 (+119.72%)
Mutual labels:  provider
Fun android flutter
👿👿👿👿👿玩Android客户端Flutter版本。Provider的最佳实践.DarkMode、多色彩主题、国际化、切换字体、优美动画
Stars: ✭ 2,502 (+3423.94%)
Mutual labels:  provider
awesome-contract-testing
Awesome resources for Consumer-Driven Contract Testing
Stars: ✭ 54 (-23.94%)
Mutual labels:  provider
MangDL
The most inefficient Manga downloader for PC
Stars: ✭ 40 (-43.66%)
Mutual labels:  provider
sle-provider
Space Link Extension Provider in Python3
Stars: ✭ 24 (-66.2%)
Mutual labels:  provider
flutter-Anniversary
一款界面优美,功能简洁的纪念日APP
Stars: ✭ 57 (-19.72%)
Mutual labels:  provider
Flutter deer
🦌 Flutter 练习项目(包括集成测试、可访问性测试)。内含完整UI设计图,更贴近真实项目的练习。Flutter practice project. Includes a complete UI design and exercises that are closer to real projects.
Stars: ✭ 5,725 (+7963.38%)
Mutual labels:  provider
cdk
🎯 Building Scalable Cloud-Native FullStack Serverless Applications. ⛅🚀
Stars: ✭ 24 (-66.2%)
Mutual labels:  cdk
random-users-details
Random Users details in flutter from randomusers api
Stars: ✭ 14 (-80.28%)
Mutual labels:  provider

Terraform CDK aws Provider ~> 4.0

This repo builds and publishes the Terraform aws Provider bindings for CDK for Terraform.

Available Packages

NPM

The npm package is available at https://www.npmjs.com/package/@cdktf/provider-aws.

npm install @cdktf/provider-aws

PyPI

The PyPI package is available at https://pypi.org/project/cdktf-cdktf-provider-aws.

pipenv install cdktf-cdktf-provider-aws

Nuget

The Nuget package is available at https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Aws.

dotnet add package HashiCorp.Cdktf.Providers.Aws

Maven

The Maven package is available at https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-aws.

<dependency>
    <groupId>com.hashicorp</groupId>
    <artifactId>cdktf-provider-aws</artifactId>
    <version>[REPLACE WITH DESIRED VERSION]</version>
</dependency>

Go

The go package is generated into the github.com/cdktf/cdktf-provider-aws-go package.

go get github.com/cdktf/cdktf-provider-aws-go/aws

Docs

Find auto-generated docs for this provider here: ./API.md You can also visit a hosted version of the documentation on constructs.dev.

Versioning

This project is explicitly not tracking the Terraform aws Provider version 1:1. In fact, it always tracks latest of ~> 4.0 with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by generating the provider constructs manually.

These are the upstream dependencies:

If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.

Features / Issues / Bugs

Please report bugs and issues to the terraform cdk project:

Contributing

projen

This is mostly based on projen, which takes care of generating the entire repository.

cdktf-provider-project based on projen

There's a custom project builder which encapsulate the common settings for all cdktf providers.

Provider Version

The provider version can be adjusted in ./.projenrc.js.

Repository Management

The repository is managed by Repository Manager

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].