diff --git a/ci-scripts/get-providers-to-deploy.js b/ci-scripts/get-providers-to-deploy.js index e70bd38c16..757c117a7e 100644 --- a/ci-scripts/get-providers-to-deploy.js +++ b/ci-scripts/get-providers-to-deploy.js @@ -53,7 +53,7 @@ module.exports = async ({ github, context, core, pathOutput }) => { // if(!(diff.startsWith('.github')) || !(diff.startsWith('scripts'))) globalChange = true; - globalChange = false; + globalChange = true; }).filter(Boolean) diff --git a/docs/aws-docs/index.md b/docs/aws-docs/index.md index 7e530eb3ac..40c464920f 100644 --- a/docs/aws-docs/index.md +++ b/docs/aws-docs/index.md @@ -16,7 +16,7 @@ slug: /providers/aws --- EC2, IAM and S3 core AWS Services. -:::note +:::tip All AWS Services (incl Lambda, DynamoDB, RDS, etc) are supported by the [__`awscc`__](https://awscc.stackql.io/providers/awscc/) (AWS Cloud Control API) provider in StackQL. diff --git a/scripts/docgen/provider_data.py b/scripts/docgen/provider_data.py index e6a636a216..43d163c4c3 100644 --- a/scripts/docgen/provider_data.py +++ b/scripts/docgen/provider_data.py @@ -179,7 +179,7 @@ 'aws': { 'meta_description': 'Query, deploy and manage AWS resources using SQL', 'description': """EC2, IAM and S3 core AWS Services. -:::note +:::tip All AWS Services (incl Lambda, DynamoDB, RDS, etc) are supported by the [__`awscc`__](https://awscc.stackql.io/providers/awscc/) (AWS Cloud Control API) provider in StackQL. diff --git a/src/configs/providers.ts b/src/configs/providers.ts index 93ee080ad8..71456a0b8c 100644 --- a/src/configs/providers.ts +++ b/src/configs/providers.ts @@ -4,8 +4,8 @@ export const providers = [ {name: 'google', description: 'Cloud computing services offered by Google.', title: 'Google'}, {name: 'googleadmin', description: 'Google Workspace identity services.', title: 'Google Admin'}, {name: 'azure', description: 'Cloud computing services offered by Microsoft.', title: 'Microsoft Azure'}, - {name: 'aws', description: 'Cloud computing by Amazon Web Services.', title: 'AWS'}, - {name: 'awscc', description: 'Cloud computing by Amazon Web Services.', title: 'AWS Cloud Control'}, + {name: 'aws', description: 'Core EC2, S3 and IAM services by AWS.', title: 'AWS'}, + {name: 'awscc', description: 'All Cloud computing by Amazon Web Services.', title: 'AWS Cloud Control'}, {name: 'digitalocean', description: 'Cloud computing services and Infrastructure as a Service (IaaS).', title: 'Digital Ocean'}, {name: 'github', description: 'Web-based version-control and collaboration.', title: 'GitHub'}, {name: 'linode', description: 'Cloud computing services by Akamai.', title: 'Linode'},