Skip to content

v4.0.0

Compare
Choose a tag to compare
@eggoynes eggoynes released this 06 Jul 21:11

[4.0.0] - 2022-7-6

New

  • Added cdk infrastructure in source/constructs directory
  • Defined resources for cdk stack in source/constructs/lib/live-streaming.ts
  • Added links to MediaLive and S3 consoles to CloudFormation Outputs
  • Added links to metric dashboards for MediaLive and MediaPackage to CloudFormation Outputs
  • Added SonarQube properties file: sonar-project.properties
  • Added snapshot test to source/constructs/test directory
  • Added cdk nag rule suppressions
  • Added SolutionId tag to resources

Changed

  • Removed CloudFormation template live-streaming-on-aws.yaml
  • Use CachePolicy instead of ForwardedValues(deprecated) for cloudfront distribution
  • Use @aws-solutions-constructs/aws-cloudfront-s3 construct to deploy demo resources
  • Updated deployment/run-unit-tests.sh to generate unit test coverage reports
  • Updated deployment/build-s3-dist.sh to output cdk nag errors
  • Updated source/custom-resource/lib/medialive/index.spec.js to increase unit test coverage
  • Generate secret string for Cdn Secret resource using cdk instead of hard coding
  • Upgrade path from old versions require a delete and re-deploy since moving to CDK

Contributors