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

Commit dee640f

Browse files
authoredAug 11, 2022
Update to version v1.0.4
Update to version v1.0.4
·
v1.0.15v1.0.4
2 parents 22c91dd + 1d42f16 commit dee640f

File tree

116 files changed

+15446
-35702
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+15446
-35702
lines changed
 

‎CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.4] - 2022-08-10
9+
### Changed
10+
- update `cdk` from 1.132 to 1.158.0
11+
- update `aws-sdk` to 2.1182.0 for Lambdas with Nodejs runtimes
12+
- update `boto3` to 1.24.37 for Lambdas with Python runtimes
13+
- update `react` and `next` node libraries based on compatibility with Node 14.x runtime
14+
- removed `next-sass` as newer version of `next` has the functionality built-in
15+
- removed `node-sass` and added `sass` as the original library is deprecated (https://github.com/sass/node-sass)
16+
817
## [1.0.3] - 2021-11-15
918
- Update `cdk` from 1.42.0 to 1.132.0
1019

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Please ensure you install all requirements before beginning the deployment
113113
`sudo yum -y install jq`
114114

115115
- moto (Required for running the tests)
116-
`pip install moto==1.3.14`
116+
`pip install moto==2.3.2`
117117

118118
- pip3 (Required to install packages)
119119
`curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py`

0 commit comments

Comments
 (0)
This repository has been archived.