Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit 22c91dd

Browse files
alexchirayathAlex ChirayathShivaniMehendarge
authored
Cdk upgrade (#201)
* Fixing latency in loading on Document Preview * Revert "Fixing latency in loading on Document Preview" This reverts commit 49e8873. * Adding cdk upgrade * Updating yarn.lock * Explicit addition of aws-s3-notifications * update changelog for v1.0.3 Co-authored-by: Alex Chirayath <alexchir@3c22fb84644d.ant.amazon.com> Co-authored-by: Shivani Mehendarge <smehenda@amazon.com>
1 parent cecea84 commit 22c91dd

File tree

3 files changed

+890
-597
lines changed

3 files changed

+890
-597
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.3] - 2021-11-15
9+
- Update `cdk` from 1.42.0 to 1.132.0
10+
811
## [1.0.2] - 2021-04-29
912
- Update `next` from 10.0.3 to 10.0.4
1013
- Update `aws-amplify` 2.1.0 to 3.3.25

source/package.json

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -47,27 +47,28 @@
4747
"add-service-linked-role": "bash ../deployment/custom-deployment/bin/add_es_service_role_if_missing.sh"
4848
},
4949
"dependencies": {
50-
"@aws-cdk/aws-apigateway": "^1.42.0",
51-
"@aws-cdk/aws-cloudformation": "^1.42.0",
52-
"@aws-cdk/aws-cognito": "^1.42.0",
53-
"@aws-cdk/aws-dynamodb": "^1.42.0",
54-
"@aws-cdk/aws-ec2": "^1.42.0",
55-
"@aws-cdk/aws-elasticsearch": "^1.42.0",
56-
"@aws-cdk/aws-events": "^1.42.0",
57-
"@aws-cdk/aws-iam": "^1.42.0",
58-
"@aws-cdk/aws-lambda": "^1.42.0",
59-
"@aws-cdk/aws-lambda-event-sources": "^1.42.0",
60-
"@aws-cdk/aws-logs": "^1.42.0",
61-
"@aws-cdk/aws-s3": "^1.42.0",
62-
"@aws-cdk/aws-s3-deployment": "^1.42.0",
63-
"@aws-cdk/aws-sns": "^1.42.0",
64-
"@aws-cdk/aws-sqs": "^1.42.0",
65-
"@aws-cdk/core": "^1.42.0",
50+
"@aws-cdk/aws-apigateway": "1.132.0",
51+
"@aws-cdk/aws-cloudformation": "1.132.0",
52+
"@aws-cdk/aws-cognito": "1.132.0",
53+
"@aws-cdk/aws-dynamodb": "1.132.0",
54+
"@aws-cdk/aws-ec2": "1.132.0",
55+
"@aws-cdk/aws-elasticsearch": "1.132.0",
56+
"@aws-cdk/aws-events": "1.132.0",
57+
"@aws-cdk/aws-iam": "1.132.0",
58+
"@aws-cdk/aws-lambda": "1.132.0",
59+
"@aws-cdk/aws-lambda-event-sources": "1.132.0",
60+
"@aws-cdk/aws-logs": "1.132.0",
61+
"@aws-cdk/aws-s3": "1.132.0",
62+
"@aws-cdk/aws-s3-deployment": "1.132.0",
63+
"@aws-cdk/aws-s3-notifications": "1.132.0",
64+
"@aws-cdk/aws-sns": "1.132.0",
65+
"@aws-cdk/aws-sqs": "1.132.0",
66+
"@aws-cdk/core": "1.132.0",
6667
"@babel/helper-validator-identifier": "^7.9.5",
6768
"@types/node": "^12.12.5",
6869
"@zeit/next-sass": "^1.0.1",
6970
"aws-amplify": "^3.3.25",
70-
"aws-cdk": "^1.70.0",
71+
"aws-cdk": "1.132.0",
7172
"aws-sdk": "^2.823.0",
7273
"classnames": "^2.2.6",
7374
"date-fns": "^1.30.1",

0 commit comments

Comments
 (0)