🛑 Please open an issue first to discuss any significant work and flesh out details/direction - we would hate for your time to be wasted.
Consult the CONTRIBUTING guide for submitting pull-requests.
Implement @backstage/integration-aws-node to standardise the AWS credentials configuration with other AWS integrated plugins like:
What does this PR do?
🛑 Please open an issue first to discuss any significant work and flesh out details/direction - we would hate for your time to be wasted. Consult the CONTRIBUTING guide for submitting pull-requests.
Implement
@backstage/integration-aws-node
to standardise the AWS credentials configuration with other AWS integrated plugins like:Enable declarative configuration for the module instead writing the extension class directly in the
packages/backend/src/index.ts
see.example:
Motivation
The main objective is to decouple AWS Harmonix plugins with the
opa-plaform
provisioning requirements and enable to run Harmonix in vanilla Backstage app (see: https://github.com/alithya-oss/backstage-plugins/tree/main/workspaces/aws ).yarn build:api-reports:only
yarn prettier write
yarn fix --publish
For Moderators
Additional Notes
Relates to issues #116 and #122 issues.