Samsung tutorial is missing npm dependency in st-schema

Just tried the tutorial Get Started with SmartThings Schema | Developer Documentation | SmartThings and noticed that npm install st-schema is not enough. Using that code in AWS Lambda gives you an error that “uuid” is missing. So I guess Samsung forgot to add the module to their dependencies or something… just FYI. You can fix it by installing uuid in your project, i.e. npm install uuid

1 Like

Hi @getit4free Welcome to SmartThings Community

I’m happy you were able to fix it, let me check the tutorial :saluting_face:

Hello @getit4free, I’m following the case. The team is already aware of the issue and will be fixed in the future.