Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into ConradKurth-multipl…
Browse files Browse the repository at this point in the history
…e-domains

# Conflicts:
#	package-lock.json
#	src/index.ts
#	test/integration-tests/integration.test.ts
#	test/unit-tests/index.test.ts
  • Loading branch information
rddimon committed Sep 18, 2020
2 parents 78496bd + cd332ca commit 3134432
Show file tree
Hide file tree
Showing 49 changed files with 3,661 additions and 3,968 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,21 @@ 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).

## [4.2.3] - 2020-09-18

### Changed
- Added support for using CloudFormation nested stacks. Thank you @Katafalkas ([#235](https://github.com/amplify-education/serverless-domain-manager/pull/235))

## [4.2.2] - 2020-09-16

### Changed
- Fix for package build. Thank you @michaelgmcd ([#382](https://github.com/amplify-education/serverless-domain-manager/pull/382))

## [4.2.1] - 2020-09-16

### Changed
- Added support for using CloudFormation Fn::ImportValue. Thank you @sampsasaarela ([#220](https://github.com/amplify-education/serverless-domain-manager/pull/220))

## [4.2.0] - 2020-07-14

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -189,7 +189,7 @@ npm install
```

## Writing Integration Tests
Unit tests are found in `test/unit-tests`. Integration tests are found in `test/integration-tests`. Each folder in `tests/integration-tests` contains the serverless-domain-manager configuration being tested. To create a new integration test, create a new folder for the `handler.js` and `serverless.yml` with the same naming convention and update `integration.test.ts`.
Unit tests are found in `test/unit-tests`. Integration tests are found in `test/integration-tests`. Each folder in `tests/integration-tests` contains the serverless-domain-manager configuration being tested. To create a new integration test, create a new folder for the `handler.js` and `serverless.yml` with the same naming convention and update `deploy.test.ts` or create a separate one with the `test.ts` ending.

## Changing API Types
AWS API Gateway has three different API types: REST, HTTP, and WebSocket. Special steps need to be taken when migrating from one api type to another. A common migration will be from a REST API to an HTTP API given the potential cost savings. Below are the steps required to change from REST to HTTP. A similar process can be applied for other API type migrations.
Expand Down

0 comments on commit 3134432

Please sign in to comment.