Serverless Stack Com Versions Save

Repo for sst.dev

v5.0.1

3 years ago

Using Pandoc to generate PDF and ePUB. Thanks to @pepas24 and @fwang for this PR https://github.com/AnomalyInnovations/serverless-stack-com/pull/327.

v5.0

3 years ago

Moving from CloudFormation to AWS CDK to configure infrastructure resources.

  • Adding new chapters explaining CDK and how to use it with Serverless
  • Using SST to deploy CDK alongside Serverless Framework
  • Restructuring the API repo to now contain an SST and Serverless Framework app
  • Updating Best Practices section with CDK as well

v4.1

4 years ago
  • Adding error handling
    • Using Sentry in React
    • Using React Error Boundary
    • Adding debug messages for Lambda functions
  • Upgrading React Router
  • Using React Context to manage app session

v4.0

4 years ago
  • Adding a new section for Serverless best practices.
  • Updating to React Hooks.
  • Reorganizing chapters.
  • Updating backend to Node 10.

v3.4

4 years ago

Updating to serverless-bundle and on-demand DynamoDB.

v3.3

5 years ago

Added new chapters on Facebook login with AWS Amplify and mapping Identity Id with User Pool Id. Also, added a new series of chapters on forgot password, change email and password.