You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure this project is still alive; I attempted to run it this week using the latest serverless and aws cli. I had to make the following minor changes purely to make it run:
Changed the framework version in the two serverless.yml files to remove the “< 2.0.0” so it would run with a later version
Changed the top level serverless.yml file (removed .Name from the end) per the pull request from @weisisheng
With the above, it did not appear to reach the point of actually creating the lambda functions. Any advice on what else I could look at?
The text was updated successfully, but these errors were encountered:
Not sure this project is still alive; I attempted to run it this week using the latest serverless and aws cli. I had to make the following minor changes purely to make it run:
With the above, it did not appear to reach the point of actually creating the lambda functions. Any advice on what else I could look at?
The text was updated successfully, but these errors were encountered: