Skip to content

Commit

Permalink
upgrade aws-cdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Goina committed Aug 16, 2022
1 parent 9f643f0 commit 0f6a9ca
Show file tree
Hide file tree
Showing 9 changed files with 113 additions and 113 deletions.
2 changes: 1 addition & 1 deletion admin_api_stack/lib/admin-lambda.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export class LambdaService extends Construct {
role: userListRole,
vpc: workstationVpc,
vpcSubnets: {
subnetType: ec2.SubnetType.PRIVATE
subnetType: ec2.SubnetType.PRIVATE_WITH_NAT
},
code: lambda.Code.fromAsset(
path.join(__dirname, '..', 'user-list-resources')
Expand Down
50 changes: 25 additions & 25 deletions admin_api_stack/package-lock.json

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

6 changes: 3 additions & 3 deletions admin_api_stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"devDependencies": {
"@types/jest": "^26.0.10",
"@types/node": "10.17.27",
"aws-cdk": "^2.27.0",
"aws-cdk-lib": "^2.27.0",
"constructs": "^10.1.25",
"aws-cdk": "^2.37.1",
"aws-cdk-lib": "^2.37.1",
"constructs": "10.1.76",
"jest": "^26.4.2",
"prettier": "2.5.1",
"source-map-support": "^0.5.16",
Expand Down
50 changes: 25 additions & 25 deletions cognito_stack/package-lock.json

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

6 changes: 3 additions & 3 deletions cognito_stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"devDependencies": {
"@types/jest": "^26.0.10",
"@types/node": "10.17.27",
"aws-cdk": "^2.27.0",
"aws-cdk-lib": "^2.27.0",
"constructs": "^10.1.25",
"aws-cdk": "^2.37.1",
"aws-cdk-lib": "^2.37.1",
"constructs": "^10.1.76",
"jest": "^26.4.2",
"prettier": "2.5.1",
"source-map-support": "^0.5.16",
Expand Down
Loading

0 comments on commit 0f6a9ca

Please sign in to comment.