This time we are using Rollup instead of Webpack and it is super easy. Also it requires less configuration. Before going further I suggest you read the other blog post which will explain the conventions behind the Rollup configuration. Rollup Configuration // rollup.config.js
import fs from 'fs'
import CloudFormation from 'yaml-cfn'
import typescript from 'rollup-plugin-typescript'
import…