A few weeks ago AWS announced a new feature for the AWS Toolkit for Visual Studio Code.
AWS Toolkit is an open source plugin which lets you leverate your IDE for creating, debugging and deploying applications on AWS. It eases access to resources in your account through the explorer view and enables you to interact with an array of services to carry out tasks such as viewing S3 resources, deploying SAM applications and invoking remote lambda functions.
With their newest feature you are now able to interact with Cloudwatch log groups in an AWS Region that are available to your active credentials profile. When selecting a log group you are able to view a stream's most recent 10.000 lines/1 MB of log data, with the option to load older or newer event data as well as download the log data to your local machine.
View Logstream:
Log items:
Select log stream:
Code Development
AWS SAM CLI (A tool that helps you develop, test and analyze your serverless applications locally)
AWS Toolkit