Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
v1.0.1: Balanced request distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
eminaws committed Jun 10, 2021
1 parent f45ed35 commit 6dbe099
Show file tree
Hide file tree
Showing 28 changed files with 7,742 additions and 25,461 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Change Log

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.1] - 2021-06-09
### Changed
- Retrieval requests are evenly distributed throughout the runtime period
- Updated to Athena engine version 2
- Updated CDK Version to 1.107.0
- Switched to use native StepFunctions resultSelector

## [1.0.0] - 2021-02-01
### Added
Expand Down
2 changes: 1 addition & 1 deletion deployment/build-s3-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
set -e

# Important: CDK global version number
cdk_version=1.80.0
cdk_version=1.107.0

# Check to see if input has been provided:
if [ -z "$1" ] || [ -z "$2" ] || [ -z "$3" ]; then
Expand Down
Loading

0 comments on commit 6dbe099

Please sign in to comment.