Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Initialized projen and added project structure for cdk constructs #1

Merged
5 commits merged into from
Sep 14, 2023

Conversation

dineshSajwan
Copy link
Contributor

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Collaborator

@scottschreckengaust scottschreckengaust left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are some items about email and node versions.

.projenrc.ts Outdated
// Constants
const CDK_VERSION: string = '2.93.0';
const DEFAULT_RELEASE_BRANCH: string = 'main';
const AUTHOR_EMAIL: string = '[email protected]';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This goes nowhere, for now let's use [email protected]

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

.projenrc.ts Outdated
const DEFAULT_RELEASE_BRANCH: string = 'main';
const AUTHOR_EMAIL: string = '[email protected]';
const AUTHOR_NAME: string = 'Amazon Web Services';
//const NODE_VERSION: string = '20.5.1';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might we consider 18.x until 20.x becomes "Active" https://github.com/nodejs/release#release-schedule?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed node version to 18.17.1

.projenrc.ts Outdated
author: AUTHOR_NAME,
authorAddress: AUTHOR_EMAIL,
cdkVersion: CDK_VERSION,
//minNodeVersion: NODE_VERSION,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider 16.20.2 since this in "Maintenance" until 2023-10-26

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed node version to 18.17.1, using it as min version.

Default output format [None]: json
```

- Node.js: v20.5.1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wasn't this v18.17.1 until LTS for v20?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed node version to 18.17.1


## Security
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add the section back.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done


## License
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to leave the License information in.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added it back.

@ghost ghost merged commit 9d01f04 into dev Sep 14, 2023
1 check passed
@krokoko krokoko deleted the project_setup branch September 20, 2023 15:38
dineshSajwan added a commit that referenced this pull request Sep 6, 2024
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants