Skip to content

Commit

Permalink
feat: enhance security settings
Browse files Browse the repository at this point in the history
  • Loading branch information
uid10804 committed Jan 15, 2024
1 parent 628fd13 commit 2a6db70
Show file tree
Hide file tree
Showing 12 changed files with 5,132 additions and 15,553 deletions.
6 changes: 5 additions & 1 deletion .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ const { Stability } = require("projen/lib/cdk/jsii-project");
const project = new awscdk.AwsCdkConstructLibrary({
author: "Florian Fuß",
stability: Stability.STABLE,
cdkVersion: "2.45.0",
cdkVersion: "2.78.0",
defaultReleaseBranch: "main",
name: "cdk-internal-gateway",
repositoryUrl: "https://github.com/pharindoko/cdk-internal-gateway.git",
license: "Apache-2.0",
description:
"CDK construct to create to create internal serverless applications.",
sampleCode: false,
devDeps: ["cdk-nag"],
keywords: [
"cdk",
"apigateway",
Expand Down
45 changes: 45 additions & 0 deletions API.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2a6db70

Please sign in to comment.