Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit 57c03c8

Browse files
Alexander Melnykgithub-actions
andauthored
chore: change author to AWS and fix major version to number (#9)
* chore: change author to AWS and fix major version to number * chore: self mutation Co-authored-by: github-actions <github-actions@github.com>
1 parent cc8a20b commit 57c03c8

File tree

3 files changed

+10
-18
lines changed

3 files changed

+10
-18
lines changed

.jsii

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"author": {
3-
"name": "Alexander Melnyk",
3+
"name": "Amazon Web Services",
44
"organization": true,
55
"roles": [
66
"author"
7-
]
7+
],
8+
"url": "https://aws.amazon.com"
89
},
910
"dependencies": {
1011
"aws-cdk-lib": "^2.2.0",
@@ -3029,5 +3030,5 @@
30293030
}
30303031
},
30313032
"version": "0.0.0",
3032-
"fingerprint": "VoqUPrCE/YO2FNoQnLRG4LdS46Yr6AdWsfER5uJ8Aw4="
3033+
"fingerprint": "yFlkV9m+It5+oX/u3YUnA2qIcLuvdXeZRhopSTMGzxM="
30333034
}

.projenrc.js

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
const {
2-
awscdk,
3-
License,
4-
} = require('projen');
1+
const { awscdk } = require('projen');
52
const project = new awscdk.AwsCdkConstructLibrary({
6-
authorName: 'Alexander Melnyk',
3+
authorName: 'Amazon Web Services',
4+
authorUrl: 'https://aws.amazon.com',
75
authorOrganization: true,
86
keywords: ['aws', 'cdk', 'powertools', 'python', 'layer', 'lambda', 'devax'],
97
cdkVersion: '2.2.0',
108
defaultReleaseBranch: 'main',
11-
majorVersion: '2',
9+
majorVersion: 2,
1210
name: 'cdk-lambda-powertools-python-layer',
1311
repositoryUrl: 'https://github.com/aws-samples/cdk-lambda-powertools-python-layer.git',
1412
description: 'A lambda layer for AWS Powertools for python',
@@ -19,10 +17,6 @@ const project = new awscdk.AwsCdkConstructLibrary({
1917
},
2018
license: 'MIT-0',
2119
copyrightOwner: 'Amazon.com, Inc. or its affiliates. All Rights Reserved.',
22-
catalog: {
23-
twitter: 'am29d',
24-
announce: false,
25-
},
2620
});
2721

2822
project.synth();

package.json

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

0 commit comments

Comments
 (0)