Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@itsyndicate/backstage-plugin-aws-resources

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itsyndicate/backstage-plugin-aws-resources

## Description The AWS Resources plugin provides a visual overview of various AWS resources, displaying their counts and categories. Users can view details for each resource type and navigate to specific AWS Console links for detailed resource management.

  • 0.1.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
66
decreased by-22.35%
Maintainers
2
Weekly downloads
 
Created
Source

AWS Resources

Description

The AWS Resources plugin provides a visual overview of various AWS resources, displaying their counts and categories. Users can view details for each resource type and navigate to specific AWS Console links for detailed resource management.

Functionality

  • Fetches and categorizes AWS resources (EC2, ECS, S3, RDS, etc.).
  • Provides resource counts and details for each AWS service.
  • Opens a dialog with specific resource details and links to the AWS Console.
  • Customizable to show resources from specific regions as defined in app-config.yaml.

Installation

From your Backstage directory:

  1. Add the plugin:

    yarn --cwd packages/app add @internal/backstage-plugin-aws-resources
    
  2. Example: Add the AWS Resources widget to packages/app/src/components/catalog/EntityPage.tsx:

    import { AwsResourcesWidget } from '@internal/backstage-plugin-aws-resources';
    // ...
    const entityPage = (
      <EntityLayout>
        <EntityLayout.Route path="/" title="Overview">
          <Grid container spacing={3}>
            ...
            <Grid item xs={12} md={6}>
              <AwsResourcesWidget />
            </Grid>
          </Grid>
        </EntityLayout.Route>
      </EntityLayout>
    );
    

FAQs

Package last updated on 04 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc