The AWS Toolkit for Visual Studio Code keeps getting better:
Easily log into fargate container
This becomes possible with aws ecs execute-command
, see ecs.exec. It has nothing to do with ssh, it's done via the Systems Manager!
Execute Lambda Functions
As I like to save some example events locally, this lets me use these files. Again - faster than with the console.
View larger CloudWatch logs streams
If you have a large log stream with the console, you must click load more several times.
The same thing is achieved by the toolkit:
Good work toolkit team!
Top comments (0)