Skip to content

Commit

Permalink
Merge branch 'main' into kr-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoseong-Seo authored Aug 4, 2024
2 parents 0540555 + 3819693 commit dcfdbed
Show file tree
Hide file tree
Showing 21 changed files with 2,648 additions and 1,866 deletions.
1 change: 1 addition & 0 deletions .projen/deps.json

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

25 changes: 13 additions & 12 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ const PROJEN_VERSION: string = '0.80.18';
const CDK_VERSION: string = '2.140.0';
const JSII_VERSION: string = '~5.3.0';
const CONSTRUCTS_VERSION: string = '10.0.5';
const POINT_SOLUTIONS_CDK_VERSION: string = '2.123.0';
const POINT_SOLUTIONS_CDK_VERSION: string = '2.140.0';
const POINT_SOLUTIONS_LIB_PROJECT_NAME: string = 'sbt-point-solutions-lib';
const AWS_SDK_VERSION: string = '^3.621.0';

const project = new awscdk.AwsCdkConstructLibrary({
author: 'Amazon Web Services - SaaS Factory',
Expand All @@ -33,7 +34,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
copyrightPeriod: '2024-',
defaultReleaseBranch: 'main',
deps: [
'@aws-cdk/aws-lambda-python-alpha',
`@aws-cdk/aws-lambda-python-alpha@${CDK_VERSION}-alpha.0`,
'cdk-nag',
`@aws-cdk/aws-kinesisfirehose-alpha@${CDK_VERSION}-alpha.0`,
`@aws-cdk/aws-kinesisfirehose-destinations-alpha@${CDK_VERSION}-alpha.0`,
Expand Down Expand Up @@ -89,11 +90,11 @@ const jsiiLibraryProjectOptions: cdk.JsiiProjectOptions = {
copyrightPeriod: '2024-',
defaultReleaseBranch: 'main',
deps: [
'@aws-sdk/client-sts',
'@aws-sdk/client-ssm',
'@aws-sdk/client-cognito-identity-provider',
'@aws-sdk/credential-providers',
'@aws-sdk/client-dynamodb',
`@aws-sdk/client-sts@${AWS_SDK_VERSION}`,
`@aws-sdk/client-ssm@${AWS_SDK_VERSION}`,
`@aws-sdk/client-cognito-identity-provider@${AWS_SDK_VERSION}`,
`@aws-sdk/credential-providers@${AWS_SDK_VERSION}`,
`@aws-sdk/client-dynamodb@${AWS_SDK_VERSION}`,
'@smithy/types',
'jsonwebtoken',
'jwks-rsa',
Expand Down Expand Up @@ -152,11 +153,11 @@ const jsiiLibraryProjectOptions: cdk.JsiiProjectOptions = {
],
releaseTagPrefix: '@aws/sbt-point-solutions-lib-',
bundledDeps: [
'@aws-sdk/client-sts',
'@aws-sdk/client-ssm',
'@aws-sdk/client-cognito-identity-provider',
'@aws-sdk/credential-providers',
'@aws-sdk/client-dynamodb',
`@aws-sdk/client-sts@${AWS_SDK_VERSION}`,
`@aws-sdk/client-ssm@${AWS_SDK_VERSION}`,
`@aws-sdk/client-cognito-identity-provider@${AWS_SDK_VERSION}`,
`@aws-sdk/credential-providers@${AWS_SDK_VERSION}`,
`@aws-sdk/client-dynamodb@${AWS_SDK_VERSION}`,
'@smithy/types',
'jsonwebtoken',
'jwks-rsa',
Expand Down
Loading

0 comments on commit dcfdbed

Please sign in to comment.