Skip to content

Latest commit

 

History

History
118 lines (57 loc) · 6.09 KB

CHANGELOG.md

File metadata and controls

118 lines (57 loc) · 6.09 KB

1.3.0 (2020-06-26)

Features

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

1.2.2 (2020-06-10)

Bug Fixes

  • dependencies: update dependencies (08dd83c)

1.2.1 (2020-06-10)

Bug Fixes

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

1.2.0 (2020-06-09)

Features

1.1.4 (2020-05-12)

Bug Fixes

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

1.1.3 (2020-05-08)

Bug Fixes

  • ci: add prod aws profile (46c35af)

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)

1.1.1 (2020-05-06)

Bug Fixes

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

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)

1.0.4 (2020-04-29)

Bug Fixes

1.0.3 (2020-04-29)

Bug Fixes

1.0.2 (2020-04-29)

Bug Fixes

  • replace dynamodb with dynamodb-toolbox v0.2 (267711a)

1.0.1 (2020-04-29)

Bug Fixes

1.0.0 (2020-04-28)

Bug Fixes

  • add Authorization header on all HTTP requests when signed in (aecfbd7)
  • allow creating multiple stacks in same account (e10800b)
  • fix alarms and add stage setting for email notification (e24fa98)

Features

  • add api gateway cognito authorizer (9707c2d)
  • add serverless-dotenv-plugin (eb79e88)
  • add serverless-plugin-aws-alerts (77f523a)
  • separated services (927511d)