Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 914 Bytes

CHANGELOG.md

File metadata and controls

22 lines (19 loc) · 914 Bytes

Boilerplate CHANGELOG.md

1.0.0

Notes

  • Docs: add CHANGELOG.md
  • Docs: What to do after cloned the boilerplate
  • Docs: for updating source/common/config/rush/deploy.json
  • Remove .vscode from git
  • Fix: The location of compiled temp file problem
  • Logger: Declare/export logger in utils, can set level and can be used directly
  • Folder structure: The structure of service source (src)
  • Folder structure: The naming of source, want to plus "handler" to api controller
  • Fix: cdk deploy same s3/bootstrapping problem
  • Fix: cdk deploy can set env parameters
  • Create CDK custom template
  • Test: add integration test using Cucumber.js
  • Feat: add destroy stacks script
  • Test: add code coverage report using Jest
  • Feat: add build stacks script and publish packages to npm registry
  • Util: managing environment variables of business service