Running LLD outputs a bunch of YAMLWarning messages, even if everything is OK. While not a showstopper, they are a tad bit annoying.
Example output:
Welcome to Lambda Live Debugger 🐞 version 1.0.0.
To keep the project moving forward, please fill out the feedback form at https://forms.gle/v6ekZtuB45Rv3EyW9. Your input is greatly appreciated!
Starting the debugger (ID 7088db535be79152e77f973d1f652297)...
(node:15270) [TAG_RESOLVE_FAILED] YAMLWarning: Unresolved tag: !Ref at line 27, column 17:
LogGroup: !Ref StackLogGroup
^^^^
(Use `node --trace-warnings ...` to show where the warning was created)
(node:15270) [TAG_RESOLVE_FAILED] YAMLWarning: Unresolved tag: !Ref at line 33, column 21:
LogGroupName: !Ref "AWS::StackName"
^^^^
(node:15270) [TAG_RESOLVE_FAILED] YAMLWarning: Unresolved tag: !Sub at line 51, column 12:
Value: !Sub "https://${ServerlessHttpApi}.execute-api.${AWS::Region}.amazon…
^^^^
Found the following Lambdas to debug:
Running LLD outputs a bunch of YAMLWarning messages, even if everything is OK. While not a showstopper, they are a tad bit annoying.
Example output:
Example SAM template: