Skip to content

Releases: bustle/sammie

1.2.0

17 Aug 17:11
Compare
Choose a tag to compare
  • Fixes a bug introduced in 1.1.0 that may have deleted the sam template in the cleanup phase.

1.1.0

28 May 02:43
Compare
Choose a tag to compare
  • Use the merged template instead of the base one for parameters #23

1.0.0

15 May 14:48
Compare
Choose a tag to compare
  • Support node >= 10
  • init now generates an HTTP API instead of REST API. This is a non-breaking change for deploying existing APIs

0.13.0

30 Mar 22:15
Compare
Choose a tag to compare
  • Upload large template files to s3 #21

0.12.0

16 Jan 20:54
Compare
Choose a tag to compare
  • Update newly created templates to use nodejs12.x b79f76d
  • Add default s3-prefix as stackName/year e0ef0a8
  • Upgrade deps 8ca0e97

0.11.0

22 Oct 20:49
Compare
Choose a tag to compare
  • Add s3 bucket/prefix flags (#20)
  • Clean packaged files on failure (2683aae)

0.10.0

15 Oct 20:53
Compare
Choose a tag to compare
  • Add --stack-name deploy option to override auto generated stack name (#19)
  • Upgrade deps to fix security audit warnings

0.9.0

31 Jul 16:25
61c8f11
Compare
Choose a tag to compare

Non-breaking changes. Adds new features and defaults to newly generated projects:

  • Adds CORS options methods to SAM template
  • Adds gzip compression to SAM template
  • Sets OpenApiVersion to fix SAM issue that creates an extra blank stage
  • Update lambda template to use an async function

0.7.0

17 Oct 20:25
Compare
Choose a tag to compare
  • Use chalk package for logging. Fixes ascii color codes showing up in CI environments that don't support colors.
  • Upgrade deepmerge package

0.6.0

24 May 14:54
Compare
Choose a tag to compare