From 17443b9d74203043b134966c8e05bf761a6936a5 Mon Sep 17 00:00:00 2001 From: Niall Thomson Date: Tue, 17 Jan 2023 23:04:33 +0000 Subject: [PATCH] Add AWS CodeSuite to plugin marketplace Signed-off-by: Niall Thomson --- microsite/data/plugins/aws-codesuite.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 microsite/data/plugins/aws-codesuite.yaml diff --git a/microsite/data/plugins/aws-codesuite.yaml b/microsite/data/plugins/aws-codesuite.yaml new file mode 100644 index 0000000000..d1fd039b9b --- /dev/null +++ b/microsite/data/plugins/aws-codesuite.yaml @@ -0,0 +1,10 @@ +--- +title: AWS CodeSuite +author: Amazon Web Services +authorUrl: https://aws.amazon.com/ +category: CI/CD +description: View resources related to AWS CodePipeline, AWS CodeBuild and AWS CodeDeploy for your components in Backstage. +documentation: https://github.com/awslabs/aws-codesuite-plugins-for-backstage#readme +iconUrl: https://github.com/awslabs/aws-codesuite-plugins-for-backstage/blob/main/docs/images/codepipeline-logo.png?raw=true +npmPackageName: '@aws/aws-codesuite-plugin-for-backstage' +addedDate: '2023-01-17'