Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taimos/cdk-constructs
Shared constructs for AWS CDK
https://github.com/taimos/cdk-constructs
aws aws-cdk cdk cloudformation
Last synced: 8 days ago
JSON representation
Shared constructs for AWS CDK
- Host: GitHub
- URL: https://github.com/taimos/cdk-constructs
- Owner: taimos
- License: apache-2.0
- Created: 2019-02-09T22:16:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:48:51.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T07:20:38.309Z (13 days ago)
- Topics: aws, aws-cdk, cdk, cloudformation
- Language: TypeScript
- Size: 2.2 MB
- Stars: 37
- Watchers: 6
- Forks: 2
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![npm version](https://badge.fury.io/js/taimos-cdk-constructs.svg)](https://badge.fury.io/js/taimos-cdk-constructs)
[![PyPI version](https://badge.fury.io/py/taimos-cdk.svg)](https://badge.fury.io/py/taimos-cdk)
![Build Status](https://codebuild.eu-west-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoieEFBVDZIcTZpZUQxMm1LS1hqckdTdnhCdm5CSHRlOXB1WkIrK1d2OHplRERMb1ExNk9zMGRWcm5ZZXIwaWlnRDVyTkFDZWNDdTRYQWFSckx3OW1jYjJVPSIsIml2UGFyYW1ldGVyU3BlYyI6IjkrS3NacTN5NU4xU3FXNXMiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master)This repository contains a library with higher-level constructs for AWS CDK (https://github.com/awslabs/aws-cdk) written in TypeScript.
# Installation
You can install the library into your project using npm or pip.
```bash
npm install taimos-cdk-constructspip3 install taimos-cdk
```# Constructs
* [Deployment Pipeline and Skill Blueprint for Alexa](lib/alexa/README.md)
* [Hosting for Single Page Application](lib/web/single-page-app.ts)
* [Simple CodeBuild project for NodeJS projects](lib/ci/simple-codebuild.ts)
* [Scheduled Lambda function](lib/serverless/scheduled-lambda.ts)
* [VPC Internal REST API](lib/serverless/internal-rest-api.ts)# Contributing
We welcome community contributions and pull requests.
# License
The CDK construct library is distributed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
See [LICENSE](./LICENSE) and [NOTICE](./NOTICE) for more information.