From 9c75bf8b5e586eabec395ab2b3a389541c7d8018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Fu=C3=9F?= <5619511+pharindoko@users.noreply.github.com> Date: Wed, 4 Oct 2023 14:39:21 +0200 Subject: [PATCH] docs(readme): add cdk-internal-gateway --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index d19104f..0763786 100644 --- a/readme.md +++ b/readme.md @@ -36,6 +36,7 @@ This section includes code libraries in various programming languages which vend * [cdk-chalice](https://github.com/alexpulver/cdk-chalice) - AWS CDK construct for AWS Chalice (Python Serverless Microframework for AWS). * [auto-cdk](https://github.com/wulfmann/auto-cdk) - Automatically generate api-gateway/lambda integrations with the filesystem (beta). * [crow-api](https://github.com/thomasstep/crow-api) - Create a serverless API with routes based on your file structure. +* [cdk-internal-gateway](https://github.com/pharindoko/cdk-internal-gateway) - CDK construct to create internal serverless applications and static websites. ### Databases