* Removed passing the bucket as configuration into `PublishWebsite`. Bucket is required as part of `contentOptions`. * Prevent overwriting the bucket configuration using the `options` parameter in `PublishWebsite`.
3.7
* Default to region set in aws config, rather than us-east-1.
3.6
* Allow sending binary Buffer bodies via local server to match API Gateway functionality.
3.5
* Upgrade default nodejs version to 6.10.
3.4
* Upgrade jwt resolution to include by default RS256.