Skip to content

Releases: wizeline/serverless-fullstack

v1.3.0

26 Jun 17:43
Compare
Choose a tag to compare

1.3.0 (2020-06-26)

Features

  • add cloudformation stacktermination (#25) (1e47b1a)

v1.2.2

10 Jun 21:04
Compare
Choose a tag to compare

1.2.2 (2020-06-10)

Bug Fixes

  • dependencies: update dependencies (08dd83c)

v1.2.1

10 Jun 20:55
Compare
Choose a tag to compare

1.2.1 (2020-06-10)

Bug Fixes

  • shorten Lambda Fn names to mitigate hitting length limit (#19) (fea1357)

v1.2.0

09 Jun 22:49
Compare
Choose a tag to compare

1.2.0 (2020-06-09)

Features

v1.1.4

12 May 19:38
Compare
Choose a tag to compare

1.1.4 (2020-05-12)

Bug Fixes

  • split GitHub Action Secrets for AWS Creds into DEV, STAGING, and PROD (cd0482b)

v1.1.3

08 May 15:41
Compare
Choose a tag to compare

1.1.3 (2020-05-08)

Bug Fixes

  • ci: add prod aws profile (46c35af)

v1.1.2

07 May 22:34
Compare
Choose a tag to compare

1.1.2 (2020-05-07)

Bug Fixes

  • remove stage-specific .env vars; pass via command during CI instead (92ed71b)
  • update to latest serverless-amplify-plugin to fix deploying prepacks (e0b4ac6)

v1.1.1

06 May 19:35
Compare
Choose a tag to compare

1.1.1 (2020-05-06)

Bug Fixes

  • shorten cognito lambda functions and add stage-specific .env vars (6015c68)

v1.1.0

06 May 18:28
Compare
Choose a tag to compare

1.1.0 (2020-05-06)

Bug Fixes

  • PR stack preview and commenting (#9) (b00cebe)
  • ui: cp-stack-outputs before running build (b1268f2)
  • update dynamodb-toolbox to fix invalid table error (90bb4e5)
  • use SERVERLESS_SERVICE_SUFFIX instead of cli option and rename dev stage to development (871d3bb)

Features

  • set AWS_NODEJS_CONNECTION_REUSE_ENABLED for perf boost (6a2962e)
  • use Amplify manual deployments (f0e8607)
  • use stack outputs as env vars for UI build command (f71be15)

v1.0.4

29 Apr 20:32
Compare
Choose a tag to compare

1.0.4 (2020-04-29)

Bug Fixes