serverless-aws-rust-multi
serverless-aws-rust-multi copied to clipboard
error: package ID specification `` matched no packages
Running into this error trying to deploy with a new function added.
SF can't seem to find the package associated to the new function; yet it's setup and defined the same as your Hello and World functions.
Resolved: Had to add the function name to the root cargo.toml; as in
[workspace] members = ["hello", "world", "profile"]