Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awslabs/backstage-plugins-for-aws
AWS plugins for Backstage
https://github.com/awslabs/backstage-plugins-for-aws
aws backstage backstage-plugin
Last synced: 6 days ago
JSON representation
AWS plugins for Backstage
- Host: GitHub
- URL: https://github.com/awslabs/backstage-plugins-for-aws
- Owner: awslabs
- License: apache-2.0
- Created: 2023-12-26T20:16:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:25:01.000Z (15 days ago)
- Last Synced: 2024-10-29T13:21:24.135Z (15 days ago)
- Topics: aws, backstage, backstage-plugin
- Language: TypeScript
- Homepage:
- Size: 8.8 MB
- Stars: 67
- Watchers: 7
- Forks: 11
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Backstage plugins for AWS
Welcome to the AWS plugins for Backstage project! The goal of this project is to provide granular, composable plugins for [backstage.io](https://backstage.io) that integrate to various AWS services, as well as providing utility functions to make it easier to create custom plugins.
## Usage
To understand how to start using these plugins in your Backstage environment please see the [Getting Started](./docs/getting-started.md) guide.
For detailed documentation regarding each plugin please see below:
| Plugin | Documentation | Description |
| --------------------- | --------------------------------------------------- | --------------------------------------------------------------------------------- |
| Scaffolder actions | [Link](./plugins/core/scaffolder-actions/README.md) | Custom scaffolder actions related to AWS services. |
| Amazon ECS | [Link](./plugins/ecs/README.md) | Shows information related to Amazon Elastic Container Service services and tasks. |
| AWS CodePipeline | [Link](./plugins/codepipeline/README.md) | Show the status of AWS CodePipeline pipelines on the entity page. |
| AWS CodeBuild | [Link](./plugins/codebuild/README.md) | Show the status of AWS CodeBuild projects on the entity page. |
| Cost Insights for AWS | [Link](./plugins/cost-insights/README.md) | An implementation of the Cost Insights plugin that provides AWS cost information |## Security
For information about contributing and reporting security issues, see [CONTRIBUTING](CONTRIBUTING.md).
## License
This project is licensed under the Apache-2.0 License.