Skip to content

dd3tech/dd360-handler-shortcuts

Repository files navigation

DD360 Handler shortcuts

Simple VS code extension to open AWS Console links of Lambda & Cloudwatch dashboards directly from lambda Yaml declarations of serverless framework.

Features

This extension let you right click a lambda delcaration on Yaml file, then open the AWS dashboards in the default web browser:

1. Right click on lambda name:

Right click on lambda

2. Automatically opens both Lambda & Cloudwatch:

Aws console Lambda dashboard Aws console Cloudwatch dashboard

Considerations

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.

Extension Settings

Coming soon 🚧 For now, we have static deafult STAGE & REGION config

Release Notes

0.0.1

Initial release with basic features.

Releases

No releases published

Packages

No packages published