Skip to content

Commit 03cf33e

Browse files
authored
Merge pull request #3 from ZDF-OSS/feature/AddCloudWatchLogs
feat: add cloud watch logs
2 parents 91fce8a + e8b5553 commit 03cf33e

24 files changed

+776
-26613
lines changed

.projen/deps.json

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { awscdk } from 'projen';
33
const PROJECT_NAME = 'cdk-aws-wafv2-geofence-lib';
44
const PROJECT_DESCRIPTION =
55
'The cdk-aws-wafv2-geofence-lib is an AWS CDK construct library that adds a AWS WAFv2 with GeoBlocking enabled for an AppSync, API Gateway or an ALB.';
6+
67
const project = new awscdk.AwsCdkConstructLibrary({
78
author: 'ZeroDotFive',
89
authorAddress: 'ayoub.umoru@zerodotfive.com',
@@ -17,4 +18,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
1718
description: PROJECT_DESCRIPTION,
1819
keywords: ['aws', 'cdk', 'awscdk', 'aws-cdk', 'wafv2', 'aws-waf', 'aws-wafv2', 'geoblock'],
1920
});
21+
22+
project.addBundledDeps('@types/aws-lambda');
23+
project.addBundledDeps('aws-sdk');
2024
project.synth();

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"[python]": {
3+
"editor.defaultFormatter": "ms-python.autopep8"
4+
},
5+
"python.formatting.provider": "none"
6+
}

API.md

Lines changed: 132 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)