Skip to content

Releases: MadSkills-io/fullstack-serverless

0.8.0

29 Jan 06:06
Compare
Choose a tag to compare

Thanks @pecirep, @miguel-a-calles-mba, @superandrew213

Added

  • Add invalidationPaths setting to allow defining custom invalidation paths for the cloudfront distribution
  • Add origins setting to allow adding additional distribution origins in the form of CloudFormation resources
  • Add defaultCacheBehavior setting to allow adding the default distribution cache behaviors in the form of CloudFormation resources
  • Add cacheBehaviors setting to allow adding additional distribution cache behaviors in the form of CloudFormation resources
  • Add --no-client-deploy CLI option to skip deploying client code to S3

Fixed

  • Typos

0.7.1

19 Mar 03:03
Compare
Choose a tag to compare

Thanks @artoliukkonen

  • Add noConfirm setting to allow changing the client upload behavior via config

0.7.0

16 Sep 05:26
Compare
Choose a tag to compare

Thanks @hakimio

Added

  • Add ability to invalidate the CloudFront distribution when deploying the client

Fixed

  • Using shared API Gateway #11

0.6.1

07 Jul 22:59
Compare
Choose a tag to compare

Thanks @haochang

  • Pass the environment variables from the serverless template to the process generating the client

0.6.0

28 Apr 20:07
Compare
Choose a tag to compare
  • Enable compression of web assets using CloudFront. This changes the defautlt behaviour (no compression). To continue not using compression for your web assets set compressWebContent: false.

Fixed

0.5.8

04 Apr 04:46
Compare
Choose a tag to compare
  • Add priceClass & minimumProtocolVersion. Thanks @harmon25

0.5.7

07 Feb 04:31
Compare
Choose a tag to compare

0.5.6

15 Jul 03:03
Compare
Choose a tag to compare

Fixed

  • Fix issue parsing stage options from the command line

0.5.5

01 Jul 21:52
Compare
Choose a tag to compare

Better support for generating client code on Windows

Fixed

  • Fix issue #2 with child_process.spawn(...) on windows. Thanks @jlaramie!

0.5.4

01 Jul 17:52
Compare
Choose a tag to compare

Fixed

  • Fix issue with DefaultRootObject not being set correctly. Thanks @jlaramie!