From 07e2fed8da441788d742e2172415e29e52aefbf0 Mon Sep 17 00:00:00 2001 From: rddimon Date: Fri, 15 Dec 2023 17:01:46 +0200 Subject: [PATCH] AT-10925: Fix test and update CHANGELOG.md https://amplify-education.atlassian.net/browse/AT-10925 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 027649b..f8455ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [5.0.0] - 2023-12-15 + +### Changed + +- Moved from AWS SDK V1 to AWS SDK V3 +- Speed up VPC config setup by caching + ## [4.1.0] - 2023-03-09 ### Changed diff --git a/README.md b/README.md index d54b937..8174be4 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ npm install . When deploying run: ``` -serverless deploy --env 'VPC Name' +serverless deploy ``` And that should be it! Good Luck!