tea-build.74
bbuechler
released this
02 Apr 23:38
·
1100 commits
to devel
since this release
What changed in TEA:
✳️ Streamlined operation for quicker response time
- Removed S3 and Dynamo profile caching, TEA is now 100% reliant on JWT cookies
- Moved resource initialization into global scope
- Brushed up README documentation
CloudFormation Template changes
SessionStore
has been removed in favor of JWT Cookies.
Terraform Module Changes
- session_store variable has been removed.
⚠️ ⚠️ ⚠️ BREAKING CHANGES! ⚠️ ⚠️ ⚠️
- Automatic deployments providing
SessionStore
/session_store
param will be broken - If you're using S3 for a session store, be sure to do a recursive delete to insure the bucket is empty before preceding.