An open API service indexing awesome lists of open source software.

https://github.com/dd3tech/dd360-handler-shortcuts

VS code extension to open Aws links directly from lambda declarations
https://github.com/dd3tech/dd360-handler-shortcuts

Last synced: about 1 year ago
JSON representation

VS code extension to open Aws links directly from lambda declarations

Awesome Lists containing this project

README

          

# 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.