Skip to content

Version 6.0.0

Compare
Choose a tag to compare
@eggoynes eggoynes released this 17 Nov 19:47

[6.0.0] - 2022-10-17

Added

  • Added cdk infrastructure in source/cdk directory
  • Defined resources for cdk stack in source/cdk/lib/vod-stack.ts
  • Added snapshot test to source/cdk/test directory
  • Added SolutionId tag to resources
  • Added cdk nag rule suppressions
  • Added Service Catalog AppRegistry configuration

Changed

  • Removed CloudFormation template video-on-demand-on-aws.yaml
  • Upgrade path from old versions require a delete and re-deploy since moving to CDK
  • Use CachePolicy instead of ForwardedValues(deprecated) for cloudfront distribution
  • Use @aws-solutions-constructs/aws-cloudfront-s3 construct for cloudfront distribution and destination bucket origin
  • Updated deployment/build-s3-dist.sh to output cdk nag errors
  • Updated to uuid v9

Fixed

  • Fixed mergeSettingsWithDefault arguments. Closes this issue (#137)

Contributors