examples
examples copied to clipboard
aws-node-single-page-app-via-cloudfront - npm install issues
I was trying to use the serverless-single-page-app-plugin
in another example, and noticed that it's not possible to install it via npm, either by the usual command or using the one listed in the npm page:
npm install serverless-single-page-app-plugin
or the command at: https://www.npmjs.com/package/serverless-single-page-app-plugin
npm install --save-dev https://github.com/amaysim-au/serverless-single-page-app-plugin/tarball
The plugin is not available through npm as I figured out the hard way. The artifact published on npmjs.com links to a repo that doesn't exist anymore.
If you follow the steps in the offical blog post, it should work: https://serverless.com/examples/aws-node-single-page-app-via-cloudfront/
+1 for having this added as an official plugin