This repository has been archived by the owner on Oct 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major version release to address updates/issues identified in CHANGELOG.
- Loading branch information
1 parent
1dde27e
commit 41a5d6b
Showing
8 changed files
with
476 additions
and
337 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
========= | ||
CHANGELOG | ||
========= | ||
|
||
2.0.0 | ||
===== | ||
* Introduces multi-region stack support for workshop to run in any of the 5 existing regions that have API Gateway and Lambda. | ||
* Solves hardcoded attribute dependencies, allowing for multiple stacks to run simultaneously in the same AWS account. Resources are created with stack name prepended to the resource names. | ||
* Removes caching from API Gateway stage to reduce costs for long running stacks. | ||
|
||
1.0.0 | ||
========== | ||
* All commits prior to release 2.0.0 are considered a part of v1.0.0 release. | ||
* Initial release on Github. | ||
* Provides baseline zombie survivor chat application via CloudFormation stack, Lambda functions, DynamoDB tables, and API Gateway resources. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.