AWS CloudWatch监控
基于前一篇post,测试如何在AWS上进行日志监控
https://www.cnblogs.com/Andy1982/p/17894837.html
在app.js中加入
console.info('hello world');
重新执行serverless deploy
找到API Gateway -> 找到对应的资源 -> 菜单项:阶段 -> URL
调用测试:https://l9dhk7bna8.execute-api.cn-northwest-1.amazonaws.com.cn/dev/hello
进入CloudWatch
查找信息