sam-typescript-webpack-sample icon indicating copy to clipboard operation
sam-typescript-webpack-sample copied to clipboard

sam-typescript-webpack sample project

Manage and deploy multiple functions with webpack.

Read more about it on dev.to.

Useful commands

  • npm install first
  • npm run build to create bundles
  • npm run watch to build on change
  • npm run lint to check code style
  • npm test to do just that
  • sam validate to check your template
  • sam local start-api to run it locally
  • sam deploy --guided for your first deploy
  • sam deploy thereafter