Skip to content

Commit

Permalink
Merge pull request #1117 from aligent/chore/readme-update
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
TheOrangePuff authored Oct 17, 2023
2 parents f187d26 + 9e79bca commit 4d4cb04
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Aligent CDK Constructs

This repo contains all of Aligent's CDK constructs. These are all using CDK 1 (except one) and will all be upgraded to support CDK 2 in the near future.
This repo contains all of Aligent's CDK constructs.

These are all written for CDK v2. See the offical AWS guide for how to migrate from CDK v1: https://docs.aws.amazon.com/cdk/v2/guide/migrating-v2.html.

Construct | Description
-- | --
[basic-auth](packages/basic-auth) |
[cloudfront-security-headers](packages/cloudfront-security-headers) |
[geoip-redirect](packages/geoip-redirect) | :warning: Uses CDK 2
[geoip-redirect](packages/geoip-redirect) |
[graphql-server](packages/graphql-server) |
[lambda-at-edge-handlers](packages/lambda-at-edge-handlers) |
[prerender-fargate](packages/prerender-fargate) |
[prerender-proxy](packages/prerender-proxy) |
[rabbitmq](packages/rabbitmq) |
[shared-vpc](packages/shared-vpc) |
Expand Down

0 comments on commit 4d4cb04

Please sign in to comment.