AWSでLambdaなどの開発を行っていると、Cloudwatch logsのログを確認したいと思う場合が多々あります。
aws logs tail –follow を使うことでいい感じにリアルタイムでログを確認することができます。
> aws logs tail --follow --profile uw2 /aws/lambda/xxxxx
今回は以上となります。
Code
Code
Powershell
AWS
Program学習
AWS
AWS
AWS
Powershell
Linux
AWS
Mac
CI
Python
Windows
Code
Python
Linux
AWSAWSでLambdaなどの開発を行っていると、Cloudwatch logsのログを確認したいと思う場合が多々あります。
aws logs tail –follow を使うことでいい感じにリアルタイムでログを確認することができます。
> aws logs tail --follow --profile uw2 /aws/lambda/xxxxx
今回は以上となります。
コメント