Simple VS code extension to open AWS Console links of Lambda & Cloudwatch dashboards directly from lambda Yaml declarations of serverless framework.
This extension let you right click a lambda delcaration on Yaml file, then open the AWS dashboards in the default web browser:
This functionality supports search the serverless.yml
config across:
- Simple project workspace
- Multiple workspaces
- Mono-repo arquitecture with simple or multiple workspaces
Only works on Yaml
based serverless configuration. For now does not work with Typescript serverless declarations.
Coming soon 🚧 For now, we have static deafult STAGE
& REGION
config
Initial release with basic features.