As we continue to update Serverless Stack, we want to make sure that we give you a clear idea of all the changes that are being made. This is to ensure that you won’t have to go through the entire tutorial again to get caught up on the updates. We also want to leave the older versions up in case you need a reference. This is also useful for readers who are working through the tutorial while it gets updated.

Below are the updates we’ve made to Serverless Stack, each with:

  • Each update has a link to an archived version of the tutorial
  • Updates to the tutorial compared to the last version
  • Updates to the API and Client repos

While the hosted version of the tutorial and the code snippets are accurate, the sample project repo that is linked at the bottom of each chapter is unfortunately not. We do however maintain the past versions of the completed sample project repo. So you should be able to use those to figure things out. All this info is also available on the releases page of our GitHub repo.

You can get these updates emailed to you via our newsletter.

Changes

v3.0: Adding Part II (Current)

May 10, 2018: Adding a new part to the guide to help create a production ready version of the note taking app. Discussion on the update.

v2.2: Updating to user Node.js starter and v8.10

Apr 11, 2018: Updating the backend to use Node.js starter and Lambda Node v8.10. Discussion on the update.

v2.1: Updating to Webpack 4

Mar 21, 2018: Updating the backend to use Webpack 4 and serverless-webpack 5.

v2.0: AWS Amplify update

Updating frontend to use AWS Amplify. Verifying SSL certificate now uses DNS validation. Discussion on the update.

v1.2.5: Using specific Bootstrap CSS version

Feb 5, 2018: Using specific Bootstrap CSS version since latest now points to Bootstrap v4. But React-Bootstrap uses v3.

v1.2.4: Updating to React 16

Dec 31, 2017: Updated to React 16 and fixed sigv4Client.js IE11 issue.

v1.2.3: Updating to babel-preset-env

Dec 30, 2017: Updated serverless backend to use babel-preset-env plugin and added a note to the Deploy to S3 chapter on reducing React app bundle size.

v1.2.2: Adding new chapters

Dec 1, 2017: Added the following Extra Credit chapters.

  1. Customize the Serverless IAM Policy
  2. Environments in Create React App

v1.2.1: Adding new chapters

Oct 7, 2017: Added the following Extra Credit chapters.

  1. API Gateway and Lambda Logs
  2. Debugging Serverless API Issues
  3. Serverless environment variables
  4. Stages in Serverless Framework
  5. Configure multiple AWS profiles

v1.2: Upgrade to Serverless Webpack v3

Sep 16, 2017: Upgrading serverless backend to using serverless-webpack plugin v3. The new version of the plugin changes some of the commands used to test the serverless backend. Discussion on the update.

v1.1: Improved Session Handling

Aug 30, 2017: Fixing some issues with session handling in the React app. A few minor updates bundled together. Discussion on the update.

v1.0: IAM as authorizer

July 19, 2017: Switching to using IAM as an authorizer instead of the authenticating directly with User Pool. This was a major update to the tutorial. Discussion on the update.

v0.9: Cognito User Pool as authorizer