This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Description
We've taken this course down for the time being because of some issues that aren't allowing learners to complete it. The current state is that sam-template.yml, which gets introduced by the learner in one of the PRs uses
When the learner tries to deploy their app, they get the following error from the workflow:
Building resource 'MainFunction'
Error: 'nodejs12.x' runtime is not supported
ERROR! Failed to build SAM application!
ERROR:[
Build Failed]
We know this runtime was working before, so I consulted @mattdavis0351 and we think the issue has to do with the https://github.com/github/deploy-nodejs action.